Html Css Color HEX #EAC909 Golden Poppy

📋 copy color: '#EAC909'

red 234 ◦ green 201 ◦ blue 9

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

Shades of Golden Poppy #EAC909

Tints of Golden Poppy #EAC909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.03%

R = 52.7%
G = 45.27%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAC909 (or 0xEAC909) is known color: Golden Poppy. HEX triplet: EA, C9 and 09. RGB value is (234,201,9). Sum of RGB (Red+Green+Blue) = 234+201+9=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC909 is #1536F6. Grayscale: #BDBDBD. Windows color (decimal): -1390327 or 641514. OLE color: 641514.

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

Color convert

RGB 234 201 9 -
CMYK 0 0.14 0.96 0.08
HSL 51.2º 0.93% 0.48% -
HSV(B) 51.2º 0.96% 0.92% -
XYZ 54.87 59.29 8.81 -
YUV 188.98 26.43 160.11 -
System Red Green Blue C M Y K H S L
Decimal 234 201 9 0 0.14 0.96 0.08 51.2 0.93 0.48
Hex EA C9 9 0 E 60 8 33 5D 30
Octal 352 311 11 0 16 140 10 63 135 60
Binary 11101010 11001001 1001 0 1110 1100000 1000 110011 1011101 110000

Color Harmonies of #EAC909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC909

Black with #EAC909

Text Example


Text Example

White with #EAC909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC909; }

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

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

background-color css

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

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

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

border-color css

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

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

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