Html Css Color HEX #EAB800 Golden Poppy

📋 copy color: '#EAB800'

red 234 ◦ green 184 ◦ blue 0

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

Shades of Golden Poppy #EAB800

Tints of Golden Poppy #EAB800

RGB

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

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

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

R = 55.98%
G = 44.02%
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

#EAB800 (or 0xEAB800) is known color: Golden Poppy. HEX triplet: EA, B8 and 00. RGB value is (234,184,0). Sum of RGB (Red+Green+Blue) = 234+184+0=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB800 is #1547FF. Grayscale: #B2B2B2. Windows color (decimal): -1394688 or 47338. OLE color: 47338.

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

Color convert

RGB 234 184 0 -
CMYK 0 0.21 1 0.08
HSL 47.18º 1% 0.46% -
HSV(B) 47.18º 1% 0.92% -
XYZ 51.07 51.77 7.3 -
YUV 177.97 27.57 167.96 -
System Red Green Blue C M Y K H S L
Decimal 234 184 0 0 0.21 1 0.08 47.18 1 0.46
Hex EA B8 0 0 15 64 8 2F 64 2E
Octal 352 270 0 0 25 144 10 57 144 56
Binary 11101010 10111000 0 0 10101 1100100 1000 101111 1100100 101110

Color Harmonies of #EAB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB800

Black with #EAB800

Text Example


Text Example

White with #EAB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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