Html Css Color HEX #ED9655 Sea Buckthorn

📋 copy color: '#ED9655'

red 237 ◦ green 150 ◦ blue 85

#ED9655
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Buckthorn #ED9655

Tints of Sea Buckthorn #ED9655

RGB

 RED value IS 237 (92.97% from 255) = 50.21%

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 85 (33.59% from 255) = 18.01%

R = 50.21%
G = 31.78%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED9655 (or 0xED9655) is known color: Sea Buckthorn. HEX triplet: ED, 96 and 55. RGB value is (237,150,85). Sum of RGB (Red+Green+Blue) = 237+150+85=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9655 is #1269AA. Grayscale: #A8A8A8. Windows color (decimal): -1206699 or 5609197. OLE color: 5609197.

HSL color Cylindrical-coordinate representation of color #ED9655: hue angle of 25.66º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED9655 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 150 85 -
CMYK 0 0.37 0.64 0.07
HSL 25.66º 0.81% 0.63% -
HSV(B) 25.66º 0.64% 0.93% -
XYZ 47.47 40.47 13.9 -
YUV 168.6 80.82 176.79 -
System Red Green Blue C M Y K H S L
Decimal 237 150 85 0 0.37 0.64 0.07 25.66 0.81 0.63
Hex ED 96 55 0 25 40 7 1A 51 3F
Octal 355 226 125 0 45 100 7 32 121 77
Binary 11101101 10010110 1010101 0 100101 1000000 111 11010 1010001 111111

Color Harmonies of #ED9655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9655

Black with #ED9655

Text Example


Text Example

White with #ED9655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9655; }

 p { color: rgb(237,150,85); }

 H1.HeaderClassName
 {
   color: #ED9655;
 }
 .AnyTagClassName
 {
   color: #ED9655;
 }
</style>

background-color css

<style>
 a { background-color: #ED9655; }

 a { background-color: rgb(237,150,85); }

 div.DivClassName
 {
   background-color: #ED9655;
 }
 .BgClassName
 {
   background-color: #ED9655;
 }
</style>

border-color css

<style>
 span { border-color: #ED9655; }

 span { border-color: rgb(237,150,85); }

 td.TdClassName
 {
   border-color: #ED9655;
 }
 .TagClassName
 {
   border-color: #ED9655;
 }
</style>