#EDDF33

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

Shades of Golden Fizz #EDDF33

Tints of Golden Fizz #EDDF33

Color information

#EDDF33 (or 0xEDDF33) is unknown color: approx Golden Fizz. HEX triplet: ED, DF and 33. RGB value is (237,223,51). Sum of RGB (Red+Green+Blue) = 237+223+51=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 51 (20.31% from 255 or 9.98% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF33 is #1220CC. Grayscale: #D0D0D0. Windows color (decimal): -1188045 or 3399661. OLE color: 3399661.

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

Color convert

RGB23722351-
CMYK00.060.780.07
HSL55.48º83.78%56.47%-
HSV(B)55.48º78.48%92.94%-
XYZ61.9171.0213.58-
YUV207.5839.64148.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 223 (87.5% from 255) = 43.64%
BLUE value IS 51 (20.31% from 255) = 9.98%
R=46.38%
G=43.64%
B=9.98%

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
Decimal2372235100.060.780.0755.4883.7856.47
HexEDDF33064E7375438
Octal355337630611676712470
Binary1110110111011111110011011010011101111101111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF33; }

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

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

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

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

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

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

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

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