#ECE21C

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

Shades of Golden Fizz #ECE21C

Tints of Golden Fizz #ECE21C

Color information

#ECE21C (or 0xECE21C) is unknown color: approx Golden Fizz. HEX triplet: EC, E2 and 1C. RGB value is (236,226,28). Sum of RGB (Red+Green+Blue) = 236+226+28=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 28 (11.33% from 255 or 5.71% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE21C is #131DE3. Grayscale: #CFCFCF. Windows color (decimal): -1252836 or 1893100. OLE color: 1893100.

HSL color Cylindrical-coordinate representation of color #ECE21C: hue angle of 57.12º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECE21C is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB23622628-
CMYK00.040.880.07
HSL57.12º84.55%51.76%-
HSV(B)57.12º88.14%92.55%-
XYZ6272.3111.79-
YUV206.4227.31149.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.16%
GREEN value IS 226 (88.67% from 255) = 46.12%
BLUE value IS 28 (11.33% from 255) = 5.71%
R=48.16%
G=46.12%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362262800.040.880.0757.1284.5551.76
HexECE21C04587395534
Octal354342340413077112564
Binary111011001110001011100010010110001111110011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE21C; }

 p { color: rgb(236,226,28); }

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

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

 a { background-color: rgb(236,226,28); }

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

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

 span { border-color: rgb(236,226,28); }

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