Html Css Color HEX #EAA049 Sea Buckthorn

📋 copy color: '#EAA049'

red 234 ◦ green 160 ◦ blue 73

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

Shades of Sea Buckthorn #EAA049

Tints of Sea Buckthorn #EAA049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.63%

R = 50.11%
G = 34.26%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAA049 (or 0xEAA049) is known color: Sea Buckthorn. HEX triplet: EA, A0 and 49. RGB value is (234,160,73). Sum of RGB (Red+Green+Blue) = 234+160+73=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA049 is #155FB6. Grayscale: #ACACAC. Windows color (decimal): -1400759 or 4825322. OLE color: 4825322.

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

Color convert

RGB 234 160 73 -
CMYK 0 0.32 0.69 0.08
HSL 32.42º 0.79% 0.6% -
HSV(B) 32.42º 0.69% 0.92% -
XYZ 47.71 43.12 12.11 -
YUV 172.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 234 160 73 0 0.32 0.69 0.08 32.42 0.79 0.6
Hex EA A0 49 0 20 45 8 20 4F 3C
Octal 352 240 111 0 40 105 10 40 117 74
Binary 11101010 10100000 1001001 0 100000 1000101 1000 100000 1001111 111100

Color Harmonies of #EAA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA049

Black with #EAA049

Text Example


Text Example

White with #EAA049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA049; }

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

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

background-color css

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

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

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

border-color css

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

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

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