#EDED35

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

Shades of Golden Fizz #EDED35

Tints of Golden Fizz #EDED35

Color information

#EDED35 (or 0xEDED35) is unknown color: approx Golden Fizz. HEX triplet: ED, ED and 35. RGB value is (237,237,53). Sum of RGB (Red+Green+Blue) = 237+237+53=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 53 (21.09% from 255 or 10.06% from 527); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED35 is #1212CA. Grayscale: #D8D8D8. Windows color (decimal): -1184459 or 3534317. OLE color: 3534317.

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

Color convert

RGB23723753-
CMYK000.780.07
HSL60º83.64%56.86%-
HSV(B)60º77.64%92.94%-
XYZ65.8578.8315.11-
YUV216.0236142.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 237 (92.97% from 255) = 44.97%
BLUE value IS 53 (21.09% from 255) = 10.06%
R=44.97%
G=44.97%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723753000.780.076083.6456.86
HexEDED35004E73c5439
Octal355355650011677412471
Binary11101101111011011101010010011101111111001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED35; }

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

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

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

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

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

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

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

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