#EDE933

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

Shades of Golden Fizz #EDE933

Tints of Golden Fizz #EDE933

Color information

#EDE933 (or 0xEDE933) is unknown color: approx Golden Fizz. HEX triplet: ED, E9 and 33. RGB value is (237,233,51). Sum of RGB (Red+Green+Blue) = 237+233+51=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 51 (20.31% from 255 or 9.79% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE933 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE933 is #1216CC. Grayscale: #D6D6D6. Windows color (decimal): -1185485 or 3402221. OLE color: 3402221.

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

Color convert

RGB23723351-
CMYK00.020.780.07
HSL58.71º83.78%56.47%-
HSV(B)58.71º78.48%92.94%-
XYZ64.6676.5214.49-
YUV213.4536.33144.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 233 (91.41% from 255) = 44.72%
BLUE value IS 51 (20.31% from 255) = 9.79%
R=45.49%
G=44.72%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372335100.020.780.0758.7183.7856.47
HexEDE933024E73b5438
Octal355351630211677312470
Binary111011011110100111001101010011101111110111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE933; }

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

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

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

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

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

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

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

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