Html Css Color HEX #EAC900 Golden Poppy

📋 copy color: '#EAC900'

red 234 ◦ green 201 ◦ blue 0

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

Shades of Golden Poppy #EAC900

Tints of Golden Poppy #EAC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.21%

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

R = 53.79%
G = 46.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAC900 (or 0xEAC900) is known color: Golden Poppy. HEX triplet: EA, C9 and 00. RGB value is (234,201,0). Sum of RGB (Red+Green+Blue) = 234+201+0=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC900 is #1536FF. Grayscale: #BCBCBC. Windows color (decimal): -1390336 or 51690. OLE color: 51690.

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

Color convert

RGB 234 201 0 -
CMYK 0 0.14 1 0.08
HSL 51.54º 1% 0.46% -
HSV(B) 51.54º 1% 0.92% -
XYZ 54.82 59.27 8.55 -
YUV 187.95 21.93 160.84 -
System Red Green Blue C M Y K H S L
Decimal 234 201 0 0 0.14 1 0.08 51.54 1 0.46
Hex EA C9 0 0 E 64 8 34 64 2E
Octal 352 311 0 0 16 144 10 64 144 56
Binary 11101010 11001001 0 0 1110 1100100 1000 110100 1100100 101110

Color Harmonies of #EAC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC900

Black with #EAC900

Text Example


Text Example

White with #EAC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC900; }

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

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

background-color css

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

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

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

border-color css

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

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

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