#EDDF35

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

Shades of Golden Fizz #EDDF35

Tints of Golden Fizz #EDDF35

Color information

#EDDF35 (or 0xEDDF35) is unknown color: approx Golden Fizz. HEX triplet: ED, DF and 35. RGB value is (237,223,53). Sum of RGB (Red+Green+Blue) = 237+223+53=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 53 (21.09% from 255 or 10.33% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF35 is #1220CA. Grayscale: #D0D0D0. Windows color (decimal): -1188043 or 3530733. OLE color: 3530733.

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

Color convert

RGB23722353-
CMYK00.060.780.07
HSL55.43º83.64%56.86%-
HSV(B)55.43º77.64%92.94%-
XYZ61.9671.0413.81-
YUV207.8140.64148.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 223 (87.5% from 255) = 43.47%
BLUE value IS 53 (21.09% from 255) = 10.33%
R=46.20%
G=43.47%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372235300.060.780.0755.4383.6456.86
HexEDDF35064E7375439
Octal355337650611676712471
Binary1110110111011111110101011010011101111101111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF35; }

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

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

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

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

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

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

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

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