Html Css Color HEX #ECC602 Golden Poppy

📋 copy color: '#ECC602'

red 236 ◦ green 198 ◦ blue 2

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

Shades of Golden Poppy #ECC602

Tints of Golden Poppy #ECC602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 54.13%
G = 45.41%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECC602 (or 0xECC602) is known color: Golden Poppy. HEX triplet: EC, C6 and 02. RGB value is (236,198,2). Sum of RGB (Red+Green+Blue) = 236+198+2=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC602 is #1339FD. Grayscale: #BBBBBB. Windows color (decimal): -1260030 or 181996. OLE color: 181996.

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

Color convert

RGB 236 198 2 -
CMYK 0 0.16 0.99 0.07
HSL 50.26º 0.98% 0.47% -
HSV(B) 50.26º 0.99% 0.93% -
XYZ 54.8 58.23 8.41 -
YUV 187.02 23.59 162.94 -
System Red Green Blue C M Y K H S L
Decimal 236 198 2 0 0.16 0.99 0.07 50.26 0.98 0.47
Hex EC C6 2 0 10 63 7 32 62 2F
Octal 354 306 2 0 20 143 7 62 142 57
Binary 11101100 11000110 10 0 10000 1100011 111 110010 1100010 101111

Color Harmonies of #ECC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC602

Black with #ECC602

Text Example


Text Example

White with #ECC602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC602; }

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

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

background-color css

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

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

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

border-color css

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

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

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