Html Css Color HEX #EAA048 Sea Buckthorn

📋 copy color: '#EAA048'

red 234 ◦ green 160 ◦ blue 72

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

Shades of Sea Buckthorn #EAA048

Tints of Sea Buckthorn #EAA048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.45%

R = 50.21%
G = 34.33%
B = 15.45%

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

#EAA048 (or 0xEAA048) is known color: Sea Buckthorn. HEX triplet: EA, A0 and 48. RGB value is (234,160,72). Sum of RGB (Red+Green+Blue) = 234+160+72=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA048 is #155FB7. Grayscale: #ACACAC. Windows color (decimal): -1400760 or 4759786. OLE color: 4759786.

HSL color Cylindrical-coordinate representation of color #EAA048: hue angle of 32.59º 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 #EAA048 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 72 -
CMYK 0 0.32 0.69 0.08
HSL 32.59º 0.79% 0.6% -
HSV(B) 32.59º 0.69% 0.92% -
XYZ 47.67 43.1 11.94 -
YUV 172.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 234 160 72 0 0.32 0.69 0.08 32.59 0.79 0.6
Hex EA A0 48 0 20 45 8 21 4F 3C
Octal 352 240 110 0 40 105 10 41 117 74
Binary 11101010 10100000 1001000 0 100000 1000101 1000 100001 1001111 111100

Color Harmonies of #EAA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA048

Black with #EAA048

Text Example


Text Example

White with #EAA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA048; }

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

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

background-color css

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

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

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

border-color css

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

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

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