#EEA049

Color #EEA049 Sea Buckthorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Buckthorn #EEA049

Tints of Sea Buckthorn #EEA049

Color information

#EEA049 (or 0xEEA049) is unknown color: approx Sea Buckthorn. HEX triplet: EE, A0 and 49. RGB value is (238,160,73). Sum of RGB (Red+Green+Blue) = 238+160+73=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA049 is #115FB6. Grayscale: #ADADAD. Windows color (decimal): -1138615 or 4825326. OLE color: 4825326.

HSL color Cylindrical-coordinate representation of color #EEA049: hue angle of 31.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEA049 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23816073-
CMYK00.330.690.07
HSL31.64º82.91%60.98%-
HSV(B)31.64º69.33%93.33%-
XYZ49.0343.812.17-
YUV173.471.34174.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.53%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 73 (28.91% from 255) = 15.50%
R=50.53%
G=33.97%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381607300.330.690.0731.6482.9160.98
HexEEA04902145720533d
Octal35624011104110574012375
Binary11101110101000001001001010000110001011111000001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA049; }

 p { color: rgb(238,160,73); }

 H1.HeaderClassName
 {
   color: #EEA049;
 }
 .AnyTagClassName
 {
   color: #EEA049;
 }
</style>
background-color css

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

 a { background-color: rgb(238,160,73); }

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

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

 span { border-color: rgb(238,160,73); }

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