Html Css Color HEX #EAB805 Golden Poppy

📋 copy color: '#EAB805'

red 234 ◦ green 184 ◦ blue 5

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

Shades of Golden Poppy #EAB805

Tints of Golden Poppy #EAB805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 55.32%
G = 43.5%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAB805 (or 0xEAB805) is known color: Golden Poppy. HEX triplet: EA, B8 and 05. RGB value is (234,184,5). Sum of RGB (Red+Green+Blue) = 234+184+5=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB805 is #1547FA. Grayscale: #B3B3B3. Windows color (decimal): -1394683 or 375018. OLE color: 375018.

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

Color convert

RGB 234 184 5 -
CMYK 0 0.21 0.98 0.08
HSL 46.9º 0.96% 0.47% -
HSV(B) 46.9º 0.98% 0.92% -
XYZ 51.1 51.78 7.45 -
YUV 178.54 30.07 167.55 -
System Red Green Blue C M Y K H S L
Decimal 234 184 5 0 0.21 0.98 0.08 46.9 0.96 0.47
Hex EA B8 5 0 15 62 8 2F 60 2F
Octal 352 270 5 0 25 142 10 57 140 57
Binary 11101010 10111000 101 0 10101 1100010 1000 101111 1100000 101111

Color Harmonies of #EAB805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB805

Black with #EAB805

Text Example


Text Example

White with #EAB805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB805; }

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

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

background-color css

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

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

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

border-color css

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

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

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