Html Css Color HEX #ECC802 Golden Poppy

📋 copy color: '#ECC802'

red 236 ◦ green 200 ◦ blue 2

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

Shades of Golden Poppy #ECC802

Tints of Golden Poppy #ECC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.66%

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

R = 53.88%
G = 45.66%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECC802 (or 0xECC802) is known color: Golden Poppy. HEX triplet: EC, C8 and 02. RGB value is (236,200,2). Sum of RGB (Red+Green+Blue) = 236+200+2=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC802 is #1337FD. Grayscale: #BDBDBD. Windows color (decimal): -1259518 or 182508. OLE color: 182508.

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

Color convert

RGB 236 200 2 -
CMYK 0 0.15 0.99 0.07
HSL 50.77º 0.98% 0.47% -
HSV(B) 50.77º 0.99% 0.93% -
XYZ 55.26 59.15 8.56 -
YUV 188.19 22.93 162.1 -
System Red Green Blue C M Y K H S L
Decimal 236 200 2 0 0.15 0.99 0.07 50.77 0.98 0.47
Hex EC C8 2 0 F 63 7 33 62 2F
Octal 354 310 2 0 17 143 7 63 142 57
Binary 11101100 11001000 10 0 1111 1100011 111 110011 1100010 101111

Color Harmonies of #ECC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC802

Black with #ECC802

Text Example


Text Example

White with #ECC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC802; }

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

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

background-color css

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

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

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

border-color css

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

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

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