#ECDC2F

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

Shades of Golden Fizz #ECDC2F

Tints of Golden Fizz #ECDC2F

Color information

#ECDC2F (or 0xECDC2F) is unknown color: approx Golden Fizz. HEX triplet: EC, DC and 2F. RGB value is (236,220,47). Sum of RGB (Red+Green+Blue) = 236+220+47=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC2F is #1323D0. Grayscale: #CDCDCD. Windows color (decimal): -1254353 or 3136748. OLE color: 3136748.

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

Color convert

RGB23622047-
CMYK00.070.800.07
HSL54.92º83.26%55.49%-
HSV(B)54.92º80.08%92.55%-
XYZ60.769.2212.85-
YUV205.0638.8150.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 47 (18.75% from 255) = 9.34%
R=46.92%
G=43.74%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362204700.070.800.0754.9283.2655.49
HexECDC2F07507375337
Octal354334570712076712367
Binary1110110011011100101111011110100001111101111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC2F; }

 p { color: rgb(236,220,47); }

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

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

 a { background-color: rgb(236,220,47); }

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

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

 span { border-color: rgb(236,220,47); }

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