Html Css Color HEX #EAB808 Golden Poppy

📋 copy color: '#EAB808'

red 234 ◦ green 184 ◦ blue 8

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

Shades of Golden Poppy #EAB808

Tints of Golden Poppy #EAB808

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.19%

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 54.93%
G = 43.19%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAB808 (or 0xEAB808) is known color: Golden Poppy. HEX triplet: EA, B8 and 08. RGB value is (234,184,8). Sum of RGB (Red+Green+Blue) = 234+184+8=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB808 is #1547F7. Grayscale: #B3B3B3. Windows color (decimal): -1394680 or 571626. OLE color: 571626.

HSL color Cylindrical-coordinate representation of color #EAB808: hue angle of 46.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAB808 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 8 -
CMYK 0 0.21 0.97 0.08
HSL 46.73º 0.93% 0.47% -
HSV(B) 46.73º 0.97% 0.92% -
XYZ 51.12 51.79 7.53 -
YUV 178.89 31.57 167.31 -
System Red Green Blue C M Y K H S L
Decimal 234 184 8 0 0.21 0.97 0.08 46.73 0.93 0.47
Hex EA B8 8 0 15 61 8 2F 5D 2F
Octal 352 270 10 0 25 141 10 57 135 57
Binary 11101010 10111000 1000 0 10101 1100001 1000 101111 1011101 101111

Color Harmonies of #EAB808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB808

Black with #EAB808

Text Example


Text Example

White with #EAB808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB808; }

 p { color: rgb(234,184,8); }

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

background-color css

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

 a { background-color: rgb(234,184,8); }

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

border-color css

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

 span { border-color: rgb(234,184,8); }

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