#E8ED33

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

Shades of Golden Fizz #E8ED33

Tints of Golden Fizz #E8ED33

Color information

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

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

Color convert

RGB23223751-
CMYK0.0200.780.07
HSL61.61º83.78%56.47%-
HSV(B)61.61º78.48%92.94%-
XYZ64.1677.9614.8-
YUV214.335.84140.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal232237510.0200.780.0761.6183.7856.47
HexE8ED33204E73e5438
Octal350355632011677612470
Binary111010001110110111001110010011101111111101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ED33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ED33; }

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

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

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

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

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

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

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

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