#EDE435

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

Shades of Golden Fizz #EDE435

Tints of Golden Fizz #EDE435

Color information

#EDE435 (or 0xEDE435) is unknown color: approx Golden Fizz. HEX triplet: ED, E4 and 35. RGB value is (237,228,53). Sum of RGB (Red+Green+Blue) = 237+228+53=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE435 is #121BCA. Grayscale: #D3D3D3. Windows color (decimal): -1186763 or 3532013. OLE color: 3532013.

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

Color convert

RGB23722853-
CMYK00.040.780.07
HSL57.07º83.64%56.86%-
HSV(B)57.07º77.64%92.94%-
XYZ63.3173.7514.27-
YUV210.7438.98146.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 228 (89.45% from 255) = 44.02%
BLUE value IS 53 (21.09% from 255) = 10.23%
R=45.75%
G=44.02%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372285300.040.780.0757.0783.6456.86
HexEDE435044E7395439
Octal355344650411677112471
Binary1110110111100100110101010010011101111110011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE435; }

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

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

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

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

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

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

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

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