Html Css Color HEX #EAC506 Golden Poppy

📋 copy color: '#EAC506'

red 234 ◦ green 197 ◦ blue 6

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

Shades of Golden Poppy #EAC506

Tints of Golden Poppy #EAC506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 53.55%
G = 45.08%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAC506 (or 0xEAC506) is known color: Golden Poppy. HEX triplet: EA, C5 and 06. RGB value is (234,197,6). Sum of RGB (Red+Green+Blue) = 234+197+6=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC506 is #153AF9. Grayscale: #BBBBBB. Windows color (decimal): -1391354 or 443882. OLE color: 443882.

HSL color Cylindrical-coordinate representation of color #EAC506: hue angle of 50.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAC506 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 6 -
CMYK 0 0.16 0.97 0.08
HSL 50.26º 0.95% 0.47% -
HSV(B) 50.26º 0.97% 0.92% -
XYZ 53.93 57.44 8.42 -
YUV 186.29 26.26 162.03 -
System Red Green Blue C M Y K H S L
Decimal 234 197 6 0 0.16 0.97 0.08 50.26 0.95 0.47
Hex EA C5 6 0 10 61 8 32 5F 2F
Octal 352 305 6 0 20 141 10 62 137 57
Binary 11101010 11000101 110 0 10000 1100001 1000 110010 1011111 101111

Color Harmonies of #EAC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC506

Black with #EAC506

Text Example


Text Example

White with #EAC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC506; }

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

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

background-color css

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

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

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

border-color css

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

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

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