Html Css Color HEX #ECC702 Golden Poppy

📋 copy color: '#ECC702'

red 236 ◦ green 199 ◦ blue 2

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

Shades of Golden Poppy #ECC702

Tints of Golden Poppy #ECC702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.54%

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

R = 54%
G = 45.54%
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

#ECC702 (or 0xECC702) is known color: Golden Poppy. HEX triplet: EC, C7 and 02. RGB value is (236,199,2). Sum of RGB (Red+Green+Blue) = 236+199+2=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC702 is #1338FD. Grayscale: #BCBCBC. Windows color (decimal): -1259774 or 182252. OLE color: 182252.

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

Color convert

RGB 236 199 2 -
CMYK 0 0.16 0.99 0.07
HSL 50.51º 0.98% 0.47% -
HSV(B) 50.51º 0.99% 0.93% -
XYZ 55.03 58.68 8.48 -
YUV 187.61 23.26 162.52 -
System Red Green Blue C M Y K H S L
Decimal 236 199 2 0 0.16 0.99 0.07 50.51 0.98 0.47
Hex EC C7 2 0 10 63 7 33 62 2F
Octal 354 307 2 0 20 143 7 63 142 57
Binary 11101100 11000111 10 0 10000 1100011 111 110011 1100010 101111

Color Harmonies of #ECC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC702

Black with #ECC702

Text Example


Text Example

White with #ECC702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC702; }

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

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

background-color css

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

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

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

border-color css

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

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

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