Html Css Color HEX #ECC301 Golden Poppy

📋 copy color: '#ECC301'

red 236 ◦ green 195 ◦ blue 1

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

Shades of Golden Poppy #ECC301

Tints of Golden Poppy #ECC301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 54.63%
G = 45.14%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECC301 (or 0xECC301) is known color: Golden Poppy. HEX triplet: EC, C3 and 01. RGB value is (236,195,1). Sum of RGB (Red+Green+Blue) = 236+195+1=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC301 is #133CFE. Grayscale: #B9B9B9. Windows color (decimal): -1260799 or 115692. OLE color: 115692.

HSL color Cylindrical-coordinate representation of color #ECC301: hue angle of 49.53º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECC301 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 195 1 -
CMYK 0 0.17 1.00 0.07
HSL 49.53º 0.99% 0.46% -
HSV(B) 49.53º 1% 0.93% -
XYZ 54.11 56.87 8.15 -
YUV 185.14 24.08 164.27 -
System Red Green Blue C M Y K H S L
Decimal 236 195 1 0 0.17 1.00 0.07 49.53 0.99 0.46
Hex EC C3 1 0 11 64 7 32 63 2E
Octal 354 303 1 0 21 144 7 62 143 56
Binary 11101100 11000011 1 0 10001 1100100 111 110010 1100011 101110

Color Harmonies of #ECC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC301

Black with #ECC301

Text Example


Text Example

White with #ECC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC301; }

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

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

background-color css

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

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

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

border-color css

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

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

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