Html Css Color HEX #EAC809 Golden Poppy

📋 copy color: '#EAC809'

red 234 ◦ green 200 ◦ blue 9

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

Shades of Golden Poppy #EAC809

Tints of Golden Poppy #EAC809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.15%

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

R = 52.82%
G = 45.15%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAC809 (or 0xEAC809) is known color: Golden Poppy. HEX triplet: EA, C8 and 09. RGB value is (234,200,9). Sum of RGB (Red+Green+Blue) = 234+200+9=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 9 (3.91% from 255 or 2.03% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC809 is #1537F6. Grayscale: #BDBDBD. Windows color (decimal): -1390583 or 641258. OLE color: 641258.

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

Color convert

RGB 234 200 9 -
CMYK 0 0.15 0.96 0.08
HSL 50.93º 0.93% 0.48% -
HSV(B) 50.93º 0.96% 0.92% -
XYZ 54.64 58.82 8.73 -
YUV 188.39 26.76 160.53 -
System Red Green Blue C M Y K H S L
Decimal 234 200 9 0 0.15 0.96 0.08 50.93 0.93 0.48
Hex EA C8 9 0 F 60 8 33 5D 30
Octal 352 310 11 0 17 140 10 63 135 60
Binary 11101010 11001000 1001 0 1111 1100000 1000 110011 1011101 110000

Color Harmonies of #EAC809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC809

Black with #EAC809

Text Example


Text Example

White with #EAC809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC809; }

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

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

background-color css

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

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

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

border-color css

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

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

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