Html Css Color HEX #ECC006 Golden Poppy

📋 copy color: '#ECC006'

red 236 ◦ green 192 ◦ blue 6

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

Shades of Golden Poppy #ECC006

Tints of Golden Poppy #ECC006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.24%

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

R = 54.38%
G = 44.24%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECC006 (or 0xECC006) is known color: Golden Poppy. HEX triplet: EC, C0 and 06. RGB value is (236,192,6). Sum of RGB (Red+Green+Blue) = 236+192+6=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC006 is #133FF9. Grayscale: #B8B8B8. Windows color (decimal): -1261562 or 442604. OLE color: 442604.

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

Color convert

RGB 236 192 6 -
CMYK 0 0.19 0.97 0.07
HSL 48.52º 0.95% 0.47% -
HSV(B) 48.52º 0.97% 0.93% -
XYZ 53.47 55.55 8.08 -
YUV 183.95 27.58 165.12 -
System Red Green Blue C M Y K H S L
Decimal 236 192 6 0 0.19 0.97 0.07 48.52 0.95 0.47
Hex EC C0 6 0 13 61 7 31 5F 2F
Octal 354 300 6 0 23 141 7 61 137 57
Binary 11101100 11000000 110 0 10011 1100001 111 110001 1011111 101111

Color Harmonies of #ECC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC006

Black with #ECC006

Text Example


Text Example

White with #ECC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC006; }

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

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

background-color css

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

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

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

border-color css

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

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

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