Html Css Color HEX #ECC002 Golden Poppy

📋 copy color: '#ECC002'

red 236 ◦ green 192 ◦ blue 2

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

Shades of Golden Poppy #ECC002

Tints of Golden Poppy #ECC002

RGB

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

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

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

R = 54.88%
G = 44.65%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECC002 (or 0xECC002) is known color: Golden Poppy. HEX triplet: EC, C0 and 02. RGB value is (236,192,2). Sum of RGB (Red+Green+Blue) = 236+192+2=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC002 is #133FFD. Grayscale: #B8B8B8. Windows color (decimal): -1261566 or 180460. OLE color: 180460.

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

Color convert

RGB 236 192 2 -
CMYK 0 0.19 0.99 0.07
HSL 48.72º 0.98% 0.47% -
HSV(B) 48.72º 0.99% 0.93% -
XYZ 53.45 55.54 7.96 -
YUV 183.5 25.58 165.45 -
System Red Green Blue C M Y K H S L
Decimal 236 192 2 0 0.19 0.99 0.07 48.72 0.98 0.47
Hex EC C0 2 0 13 63 7 31 62 2F
Octal 354 300 2 0 23 143 7 61 142 57
Binary 11101100 11000000 10 0 10011 1100011 111 110001 1100010 101111

Color Harmonies of #ECC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC002

Black with #ECC002

Text Example


Text Example

White with #ECC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC002; }

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

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

background-color css

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

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

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

border-color css

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

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

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