Html Css Color HEX #ECC302 Golden Poppy

📋 copy color: '#ECC302'

red 236 ◦ green 195 ◦ blue 2

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

Shades of Golden Poppy #ECC302

Tints of Golden Poppy #ECC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.03%

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

R = 54.5%
G = 45.03%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECC302 (or 0xECC302) is known color: Golden Poppy. HEX triplet: EC, C3 and 02. RGB value is (236,195,2). Sum of RGB (Red+Green+Blue) = 236+195+2=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC302 is #133CFD. Grayscale: #BABABA. Windows color (decimal): -1260798 or 181228. OLE color: 181228.

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

Color convert

RGB 236 195 2 -
CMYK 0 0.17 0.99 0.07
HSL 49.49º 0.98% 0.47% -
HSV(B) 49.49º 0.99% 0.93% -
XYZ 54.12 56.87 8.18 -
YUV 185.26 24.58 164.19 -
System Red Green Blue C M Y K H S L
Decimal 236 195 2 0 0.17 0.99 0.07 49.49 0.98 0.47
Hex EC C3 2 0 11 63 7 31 62 2F
Octal 354 303 2 0 21 143 7 61 142 57
Binary 11101100 11000011 10 0 10001 1100011 111 110001 1100010 101111

Color Harmonies of #ECC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC302

Black with #ECC302

Text Example


Text Example

White with #ECC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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