Html Css Color HEX #ECC601 Golden Poppy

📋 copy color: '#ECC601'

red 236 ◦ green 198 ◦ blue 1

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

Shades of Golden Poppy #ECC601

Tints of Golden Poppy #ECC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.52%

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

R = 54.25%
G = 45.52%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECC601 (or 0xECC601) is known color: Golden Poppy. HEX triplet: EC, C6 and 01. RGB value is (236,198,1). Sum of RGB (Red+Green+Blue) = 236+198+1=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC601 is #1339FE. Grayscale: #BBBBBB. Windows color (decimal): -1260031 or 116460. OLE color: 116460.

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

Color convert

RGB 236 198 1 -
CMYK 0 0.16 1.00 0.07
HSL 50.3º 0.99% 0.46% -
HSV(B) 50.3º 1% 0.93% -
XYZ 54.79 58.22 8.38 -
YUV 186.9 23.09 163.02 -
System Red Green Blue C M Y K H S L
Decimal 236 198 1 0 0.16 1.00 0.07 50.3 0.99 0.46
Hex EC C6 1 0 10 64 7 32 63 2E
Octal 354 306 1 0 20 144 7 62 143 56
Binary 11101100 11000110 1 0 10000 1100100 111 110010 1100011 101110

Color Harmonies of #ECC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC601

Black with #ECC601

Text Example


Text Example

White with #ECC601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC601; }

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

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

background-color css

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

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

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

border-color css

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

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

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