Html Css Color HEX #ECC606 Golden Poppy

📋 copy color: '#ECC606'

red 236 ◦ green 198 ◦ blue 6

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

Shades of Golden Poppy #ECC606

Tints of Golden Poppy #ECC606

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45%

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

R = 53.64%
G = 45%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECC606 (or 0xECC606) is known color: Golden Poppy. HEX triplet: EC, C6 and 06. RGB value is (236,198,6). Sum of RGB (Red+Green+Blue) = 236+198+6=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC606 is #1339F9. Grayscale: #BCBCBC. Windows color (decimal): -1260026 or 444140. OLE color: 444140.

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

Color convert

RGB 236 198 6 -
CMYK 0 0.16 0.97 0.07
HSL 50.09º 0.95% 0.47% -
HSV(B) 50.09º 0.97% 0.93% -
XYZ 54.82 58.23 8.52 -
YUV 187.47 25.59 162.61 -
System Red Green Blue C M Y K H S L
Decimal 236 198 6 0 0.16 0.97 0.07 50.09 0.95 0.47
Hex EC C6 6 0 10 61 7 32 5F 2F
Octal 354 306 6 0 20 141 7 62 137 57
Binary 11101100 11000110 110 0 10000 1100001 111 110010 1011111 101111

Color Harmonies of #ECC606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC606

Black with #ECC606

Text Example


Text Example

White with #ECC606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC606; }

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

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

background-color css

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

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

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

border-color css

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

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

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