Html Css Color HEX #EAA04C Sea Buckthorn

📋 copy color: '#EAA04C'

red 234 ◦ green 160 ◦ blue 76

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

Shades of Sea Buckthorn #EAA04C

Tints of Sea Buckthorn #EAA04C

RGB

 RED value IS 234 (91.8% from 255) = 49.79%

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

 BLUE value IS 76 (30.08% from 255) = 16.17%

R = 49.79%
G = 34.04%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAA04C (or 0xEAA04C) is known color: Sea Buckthorn. HEX triplet: EA, A0 and 4C. RGB value is (234,160,76). Sum of RGB (Red+Green+Blue) = 234+160+76=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA04C is #155FB3. Grayscale: #ACACAC. Windows color (decimal): -1400756 or 5021930. OLE color: 5021930.

HSL color Cylindrical-coordinate representation of color #EAA04C: hue angle of 31.9º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAA04C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 76 -
CMYK 0 0.32 0.68 0.08
HSL 31.9º 0.79% 0.61% -
HSV(B) 31.9º 0.68% 0.92% -
XYZ 47.81 43.16 12.65 -
YUV 172.55 73.52 171.83 -
System Red Green Blue C M Y K H S L
Decimal 234 160 76 0 0.32 0.68 0.08 31.9 0.79 0.61
Hex EA A0 4C 0 20 44 8 20 4F 3D
Octal 352 240 114 0 40 104 10 40 117 75
Binary 11101010 10100000 1001100 0 100000 1000100 1000 100000 1001111 111101

Color Harmonies of #EAA04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA04C

Black with #EAA04C

Text Example


Text Example

White with #EAA04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA04C; }

 p { color: rgb(234,160,76); }

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

background-color css

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

 a { background-color: rgb(234,160,76); }

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

border-color css

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

 span { border-color: rgb(234,160,76); }

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