Html Css Color HEX #ECC406 Golden Poppy

📋 copy color: '#ECC406'

red 236 ◦ green 196 ◦ blue 6

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

Shades of Golden Poppy #ECC406

Tints of Golden Poppy #ECC406

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

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

R = 53.88%
G = 44.75%
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

#ECC406 (or 0xECC406) is known color: Golden Poppy. HEX triplet: EC, C4 and 06. RGB value is (236,196,6). Sum of RGB (Red+Green+Blue) = 236+196+6=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC406 is #133BF9. Grayscale: #BBBBBB. Windows color (decimal): -1260538 or 443628. OLE color: 443628.

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

Color convert

RGB 236 196 6 -
CMYK 0 0.17 0.97 0.07
HSL 49.57º 0.95% 0.47% -
HSV(B) 49.57º 0.97% 0.93% -
XYZ 54.36 57.33 8.37 -
YUV 186.3 26.25 163.45 -
System Red Green Blue C M Y K H S L
Decimal 236 196 6 0 0.17 0.97 0.07 49.57 0.95 0.47
Hex EC C4 6 0 11 61 7 32 5F 2F
Octal 354 304 6 0 21 141 7 62 137 57
Binary 11101100 11000100 110 0 10001 1100001 111 110010 1011111 101111

Color Harmonies of #ECC406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC406

Black with #ECC406

Text Example


Text Example

White with #ECC406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC406; }

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

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

background-color css

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

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

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

border-color css

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

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

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