Html Css Color HEX #EEA052 Sea Buckthorn

📋 copy color: '#EEA052'

red 238 ◦ green 160 ◦ blue 82

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

Shades of Sea Buckthorn #EEA052

Tints of Sea Buckthorn #EEA052

RGB

 RED value IS 238 (93.36% from 255) = 49.58%

 GREEN value IS 160 (62.89% from 255) = 33.33%

 BLUE value IS 82 (32.42% from 255) = 17.08%

R = 49.58%
G = 33.33%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEA052 (or 0xEEA052) is known color: Sea Buckthorn. HEX triplet: EE, A0 and 52. RGB value is (238,160,82). Sum of RGB (Red+Green+Blue) = 238+160+82=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA052 is #115FAD. Grayscale: #AEAEAE. Windows color (decimal): -1138606 or 5415150. OLE color: 5415150.

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

Color convert

RGB 238 160 82 -
CMYK 0 0.33 0.66 0.07
HSL 30º 0.82% 0.63% -
HSV(B) 30º 0.66% 0.93% -
XYZ 49.35 43.93 13.86 -
YUV 174.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 238 160 82 0 0.33 0.66 0.07 30 0.82 0.63
Hex EE A0 52 0 21 42 7 1E 52 3F
Octal 356 240 122 0 41 102 7 36 122 77
Binary 11101110 10100000 1010010 0 100001 1000010 111 11110 1010010 111111

Color Harmonies of #EEA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA052

Black with #EEA052

Text Example


Text Example

White with #EEA052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA052; }

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

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

background-color css

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

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

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

border-color css

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

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

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