Html Css Color HEX #EAC505 Golden Poppy

📋 copy color: '#EAC505'

red 234 ◦ green 197 ◦ blue 5

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

Shades of Golden Poppy #EAC505

Tints of Golden Poppy #EAC505

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 53.67%
G = 45.18%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAC505 (or 0xEAC505) is known color: Golden Poppy. HEX triplet: EA, C5 and 05. RGB value is (234,197,5). Sum of RGB (Red+Green+Blue) = 234+197+5=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC505 is #153AFA. Grayscale: #BABABA. Windows color (decimal): -1391355 or 378346. OLE color: 378346.

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

Color convert

RGB 234 197 5 -
CMYK 0 0.16 0.98 0.08
HSL 50.31º 0.96% 0.47% -
HSV(B) 50.31º 0.98% 0.92% -
XYZ 53.93 57.44 8.39 -
YUV 186.18 25.76 162.11 -
System Red Green Blue C M Y K H S L
Decimal 234 197 5 0 0.16 0.98 0.08 50.31 0.96 0.47
Hex EA C5 5 0 10 62 8 32 60 2F
Octal 352 305 5 0 20 142 10 62 140 57
Binary 11101010 11000101 101 0 10000 1100010 1000 110010 1100000 101111

Color Harmonies of #EAC505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC505

Black with #EAC505

Text Example


Text Example

White with #EAC505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC505; }

 p { color: rgb(234,197,5); }

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

background-color css

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

 a { background-color: rgb(234,197,5); }

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

border-color css

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

 span { border-color: rgb(234,197,5); }

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