Html Css Color HEX #EAC904 Golden Poppy

📋 copy color: '#EAC904'

red 234 ◦ green 201 ◦ blue 4

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

Shades of Golden Poppy #EAC904

Tints of Golden Poppy #EAC904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 53.3%
G = 45.79%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAC904 (or 0xEAC904) is known color: Golden Poppy. HEX triplet: EA, C9 and 04. RGB value is (234,201,4). Sum of RGB (Red+Green+Blue) = 234+201+4=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC904 is #1536FB. Grayscale: #BDBDBD. Windows color (decimal): -1390332 or 313834. OLE color: 313834.

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

Color convert

RGB 234 201 4 -
CMYK 0 0.14 0.98 0.08
HSL 51.39º 0.97% 0.47% -
HSV(B) 51.39º 0.98% 0.92% -
XYZ 54.84 59.27 8.67 -
YUV 188.41 23.93 160.52 -
System Red Green Blue C M Y K H S L
Decimal 234 201 4 0 0.14 0.98 0.08 51.39 0.97 0.47
Hex EA C9 4 0 E 62 8 33 61 2F
Octal 352 311 4 0 16 142 10 63 141 57
Binary 11101010 11001001 100 0 1110 1100010 1000 110011 1100001 101111

Color Harmonies of #EAC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC904

Black with #EAC904

Text Example


Text Example

White with #EAC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC904; }

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

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

background-color css

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

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

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

border-color css

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

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

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