Html Css Color HEX #EAB900 Golden Poppy

📋 copy color: '#EAB900'

red 234 ◦ green 185 ◦ blue 0

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

Shades of Golden Poppy #EAB900

Tints of Golden Poppy #EAB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.85%
G = 44.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAB900 (or 0xEAB900) is known color: Golden Poppy. HEX triplet: EA, B9 and 00. RGB value is (234,185,0). Sum of RGB (Red+Green+Blue) = 234+185+0=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB900 is #1546FF. Grayscale: #B3B3B3. Windows color (decimal): -1394432 or 47594. OLE color: 47594.

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

Color convert

RGB 234 185 0 -
CMYK 0 0.21 1 0.08
HSL 47.44º 1% 0.46% -
HSV(B) 47.44º 1% 0.92% -
XYZ 51.28 52.19 7.37 -
YUV 178.56 27.23 167.54 -
System Red Green Blue C M Y K H S L
Decimal 234 185 0 0 0.21 1 0.08 47.44 1 0.46
Hex EA B9 0 0 15 64 8 2F 64 2E
Octal 352 271 0 0 25 144 10 57 144 56
Binary 11101010 10111001 0 0 10101 1100100 1000 101111 1100100 101110

Color Harmonies of #EAB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB900

Black with #EAB900

Text Example


Text Example

White with #EAB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB900; }

 p { color: rgb(234,185,0); }

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

background-color css

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

 a { background-color: rgb(234,185,0); }

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

border-color css

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

 span { border-color: rgb(234,185,0); }

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