Html Css Color HEX #ECC501 Golden Poppy

📋 copy color: '#ECC501'

red 236 ◦ green 197 ◦ blue 1

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

Shades of Golden Poppy #ECC501

Tints of Golden Poppy #ECC501

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.39%

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

R = 54.38%
G = 45.39%
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

#ECC501 (or 0xECC501) is known color: Golden Poppy. HEX triplet: EC, C5 and 01. RGB value is (236,197,1). Sum of RGB (Red+Green+Blue) = 236+197+1=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC501 is #133AFE. Grayscale: #BBBBBB. Windows color (decimal): -1260287 or 116204. OLE color: 116204.

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

Color convert

RGB 236 197 1 -
CMYK 0 0.17 1.00 0.07
HSL 50.04º 0.99% 0.46% -
HSV(B) 50.04º 1% 0.93% -
XYZ 54.56 57.77 8.3 -
YUV 186.32 23.42 163.44 -
System Red Green Blue C M Y K H S L
Decimal 236 197 1 0 0.17 1.00 0.07 50.04 0.99 0.46
Hex EC C5 1 0 11 64 7 32 63 2E
Octal 354 305 1 0 21 144 7 62 143 56
Binary 11101100 11000101 1 0 10001 1100100 111 110010 1100011 101110

Color Harmonies of #ECC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC501

Black with #ECC501

Text Example


Text Example

White with #ECC501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC501; }

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

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

background-color css

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

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

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

border-color css

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

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

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