#ECDB2C

Color #ECDB2C Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #ECDB2C

Tints of Golden Fizz #ECDB2C

Color information

#ECDB2C (or 0xECDB2C) is unknown color: approx Golden Fizz. HEX triplet: EC, DB and 2C. RGB value is (236,219,44). Sum of RGB (Red+Green+Blue) = 236+219+44=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB2C is #1324D3. Grayscale: #CCCCCC. Windows color (decimal): -1254612 or 2939884. OLE color: 2939884.

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

Color convert

RGB23621944-
CMYK00.070.810.07
HSL54.69º83.48%54.9%-
HSV(B)54.69º81.36%92.55%-
XYZ60.3868.6812.46-
YUV204.1337.63150.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.29%
GREEN value IS 219 (85.94% from 255) = 43.89%
BLUE value IS 44 (17.58% from 255) = 8.82%
R=47.29%
G=43.89%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362194400.070.810.0754.6983.4854.9
HexECDB2C07517375337
Octal354333540712176712367
Binary1110110011011011101100011110100011111101111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB2C; }

 p { color: rgb(236,219,44); }

 H1.HeaderClassName
 {
   color: #ECDB2C;
 }
 .AnyTagClassName
 {
   color: #ECDB2C;
 }
</style>
background-color css

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

 a { background-color: rgb(236,219,44); }

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

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

 span { border-color: rgb(236,219,44); }

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