#EDE833

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

Shades of Golden Fizz #EDE833

Tints of Golden Fizz #EDE833

Color information

#EDE833 (or 0xEDE833) is unknown color: approx Golden Fizz. HEX triplet: ED, E8 and 33. RGB value is (237,232,51). Sum of RGB (Red+Green+Blue) = 237+232+51=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 51 (20.31% from 255 or 9.81% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE833 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE833 is #1217CC. Grayscale: #D5D5D5. Windows color (decimal): -1185741 or 3401965. OLE color: 3401965.

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

Color convert

RGB23723251-
CMYK00.020.780.07
HSL58.39º83.78%56.47%-
HSV(B)58.39º78.48%92.94%-
XYZ64.3875.9614.4-
YUV212.8636.66145.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 232 (91.02% from 255) = 44.62%
BLUE value IS 51 (20.31% from 255) = 9.81%
R=45.58%
G=44.62%
B=9.81%

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
Decimal2372325100.020.780.0758.3983.7856.47
HexEDE833024E73a5438
Octal355350630211677212470
Binary111011011110100011001101010011101111110101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE833; }

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

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

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

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

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

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

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

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