Html Css Color HEX #EAA04A Sea Buckthorn

📋 copy color: '#EAA04A'

red 234 ◦ green 160 ◦ blue 74

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

Shades of Sea Buckthorn #EAA04A

Tints of Sea Buckthorn #EAA04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 50%
G = 34.19%
B = 15.81%

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

#EAA04A (or 0xEAA04A) is known color: Sea Buckthorn. HEX triplet: EA, A0 and 4A. RGB value is (234,160,74). Sum of RGB (Red+Green+Blue) = 234+160+74=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA04A is #155FB5. Grayscale: #ACACAC. Windows color (decimal): -1400758 or 4890858. OLE color: 4890858.

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

Color convert

RGB 234 160 74 -
CMYK 0 0.32 0.68 0.08
HSL 32.25º 0.79% 0.6% -
HSV(B) 32.25º 0.68% 0.92% -
XYZ 47.74 43.13 12.29 -
YUV 172.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 234 160 74 0 0.32 0.68 0.08 32.25 0.79 0.6
Hex EA A0 4A 0 20 44 8 20 4F 3C
Octal 352 240 112 0 40 104 10 40 117 74
Binary 11101010 10100000 1001010 0 100000 1000100 1000 100000 1001111 111100

Color Harmonies of #EAA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA04A

Black with #EAA04A

Text Example


Text Example

White with #EAA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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