#ECED35

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

Shades of Golden Fizz #ECED35

Tints of Golden Fizz #ECED35

Color information

#ECED35 (or 0xECED35) is unknown color: approx Golden Fizz. HEX triplet: EC, ED and 35. RGB value is (236,237,53). Sum of RGB (Red+Green+Blue) = 236+237+53=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 53 (21.09% from 255 or 10.08% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED35 is #1312CA. Grayscale: #D8D8D8. Windows color (decimal): -1249995 or 3534316. OLE color: 3534316.

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

Color convert

RGB23623753-
CMYK0.0000.780.07
HSL60.33º83.64%56.86%-
HSV(B)60.33º77.64%92.94%-
XYZ65.5278.6615.1-
YUV215.7236.17142.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 237 (92.97% from 255) = 45.06%
BLUE value IS 53 (21.09% from 255) = 10.08%
R=44.87%
G=45.06%
B=10.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236237530.0000.780.0760.3383.6456.86
HexECED35004E73c5439
Octal354355650011677412471
Binary11101100111011011101010010011101111111001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECED35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECED35; }

 p { color: rgb(236,237,53); }

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

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

 a { background-color: rgb(236,237,53); }

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

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

 span { border-color: rgb(236,237,53); }

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