Html Css Color HEX #ECC506 Golden Poppy

📋 copy color: '#ECC506'

red 236 ◦ green 197 ◦ blue 6

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

Shades of Golden Poppy #ECC506

Tints of Golden Poppy #ECC506

RGB

 RED value IS 236 (92.58% from 255) = 53.76%

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

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

R = 53.76%
G = 44.87%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECC506 (or 0xECC506) is known color: Golden Poppy. HEX triplet: EC, C5 and 06. RGB value is (236,197,6). Sum of RGB (Red+Green+Blue) = 236+197+6=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC506 is #133AF9. Grayscale: #BBBBBB. Windows color (decimal): -1260282 or 443884. OLE color: 443884.

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

Color convert

RGB 236 197 6 -
CMYK 0 0.17 0.97 0.07
HSL 49.83º 0.95% 0.47% -
HSV(B) 49.83º 0.97% 0.93% -
XYZ 54.59 57.78 8.45 -
YUV 186.89 25.92 163.03 -
System Red Green Blue C M Y K H S L
Decimal 236 197 6 0 0.17 0.97 0.07 49.83 0.95 0.47
Hex EC C5 6 0 11 61 7 32 5F 2F
Octal 354 305 6 0 21 141 7 62 137 57
Binary 11101100 11000101 110 0 10001 1100001 111 110010 1011111 101111

Color Harmonies of #ECC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC506

Black with #ECC506

Text Example


Text Example

White with #ECC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC506; }

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

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

background-color css

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

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

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

border-color css

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

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

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