#ECDC28

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

Shades of Golden Fizz #ECDC28

Tints of Golden Fizz #ECDC28

Color information

#ECDC28 (or 0xECDC28) is unknown color: approx Golden Fizz. HEX triplet: EC, DC and 28. RGB value is (236,220,40). Sum of RGB (Red+Green+Blue) = 236+220+40=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC28 is #1323D7. Grayscale: #CCCCCC. Windows color (decimal): -1254360 or 2677996. OLE color: 2677996.

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

Color convert

RGB23622040-
CMYK00.070.830.07
HSL55.1º83.76%54.12%-
HSV(B)55.1º83.05%92.55%-
XYZ60.5769.1712.17-
YUV204.2635.3150.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.58%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 40 (16.02% from 255) = 8.06%
R=47.58%
G=44.35%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362204000.070.830.0755.183.7654.12
HexECDC2807537375436
Octal354334500712376712466
Binary1110110011011100101000011110100111111101111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC28; }

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

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

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

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

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

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

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

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