Html Css Color HEX #ECC100 Golden Poppy

📋 copy color: '#ECC100'

red 236 ◦ green 193 ◦ blue 0

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

Shades of Golden Poppy #ECC100

Tints of Golden Poppy #ECC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.01%
G = 44.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECC100 (or 0xECC100) is known color: Golden Poppy. HEX triplet: EC, C1 and 00. RGB value is (236,193,0). Sum of RGB (Red+Green+Blue) = 236+193+0=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC100 is #133EFF. Grayscale: #B8B8B8. Windows color (decimal): -1261312 or 49644. OLE color: 49644.

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

Color convert

RGB 236 193 0 -
CMYK 0 0.18 1 0.07
HSL 49.07º 1% 0.46% -
HSV(B) 49.07º 1% 0.93% -
XYZ 53.66 55.97 7.98 -
YUV 183.86 24.25 165.19 -
System Red Green Blue C M Y K H S L
Decimal 236 193 0 0 0.18 1 0.07 49.07 1 0.46
Hex EC C1 0 0 12 64 7 31 64 2E
Octal 354 301 0 0 22 144 7 61 144 56
Binary 11101100 11000001 0 0 10010 1100100 111 110001 1100100 101110

Color Harmonies of #ECC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC100

Black with #ECC100

Text Example


Text Example

White with #ECC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC100; }

 p { color: rgb(236,193,0); }

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

background-color css

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

 a { background-color: rgb(236,193,0); }

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

border-color css

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

 span { border-color: rgb(236,193,0); }

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