#ECD435

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

Shades of Golden Fizz #ECD435

Tints of Golden Fizz #ECD435

Color information

#ECD435 (or 0xECD435) is unknown color: approx Golden Fizz. HEX triplet: EC, D4 and 35. RGB value is (236,212,53). Sum of RGB (Red+Green+Blue) = 236+212+53=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD435 is #132BCA. Grayscale: #C9C9C9. Windows color (decimal): -1256395 or 3527916. OLE color: 3527916.

HSL color Cylindrical-coordinate representation of color #ECD435: hue angle of 52.13º degrees, saturation: 0.83, 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 #ECD435 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23621253-
CMYK00.100.780.07
HSL52.13º82.81%56.67%-
HSV(B)52.13º77.54%92.55%-
XYZ58.7865.1812.85-
YUV201.0544.45152.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.11%
GREEN value IS 212 (83.20% from 255) = 42.32%
BLUE value IS 53 (21.09% from 255) = 10.58%
R=47.11%
G=42.32%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362125300.100.780.0752.1382.8156.67
HexECD4350A4E7345339
Octal3543246501211676412371
Binary11101100110101001101010101010011101111101001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD435; }

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

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

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

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

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

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

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

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