Html Css Color HEX #ECC206 Golden Poppy

📋 copy color: '#ECC206'

red 236 ◦ green 194 ◦ blue 6

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

Shades of Golden Poppy #ECC206

Tints of Golden Poppy #ECC206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.5%

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

R = 54.13%
G = 44.5%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECC206 (or 0xECC206) is known color: Golden Poppy. HEX triplet: EC, C2 and 06. RGB value is (236,194,6). Sum of RGB (Red+Green+Blue) = 236+194+6=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC206 is #133DF9. Grayscale: #B9B9B9. Windows color (decimal): -1261050 or 443116. OLE color: 443116.

HSL color Cylindrical-coordinate representation of color #ECC206: hue angle of 49.04º 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 #ECC206 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 6 -
CMYK 0 0.18 0.97 0.07
HSL 49.04º 0.95% 0.47% -
HSV(B) 49.04º 0.97% 0.93% -
XYZ 53.92 56.43 8.22 -
YUV 185.13 26.91 164.29 -
System Red Green Blue C M Y K H S L
Decimal 236 194 6 0 0.18 0.97 0.07 49.04 0.95 0.47
Hex EC C2 6 0 12 61 7 31 5F 2F
Octal 354 302 6 0 22 141 7 61 137 57
Binary 11101100 11000010 110 0 10010 1100001 111 110001 1011111 101111

Color Harmonies of #ECC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC206

Black with #ECC206

Text Example


Text Example

White with #ECC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC206; }

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

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

background-color css

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

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

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

border-color css

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

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

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