#EDE938

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

Shades of Golden Fizz #EDE938

Tints of Golden Fizz #EDE938

Color information

#EDE938 (or 0xEDE938) is unknown color: approx Golden Fizz. HEX triplet: ED, E9 and 38. RGB value is (237,233,56). Sum of RGB (Red+Green+Blue) = 237+233+56=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 56 (22.27% from 255 or 10.65% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE938 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE938 is #1216C7. Grayscale: #D6D6D6. Windows color (decimal): -1185480 or 3729901. OLE color: 3729901.

HSL color Cylindrical-coordinate representation of color #EDE938: hue angle of 58.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDE938 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB23723356-
CMYK00.020.760.07
HSL58.67º83.41%57.45%-
HSV(B)58.67º76.37%92.94%-
XYZ64.7876.5715.11-
YUV214.0238.83144.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 233 (91.41% from 255) = 44.30%
BLUE value IS 56 (22.27% from 255) = 10.65%
R=45.06%
G=44.30%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372335600.020.760.0758.6783.4157.45
HexEDE938024C73b5339
Octal355351700211477312371
Binary111011011110100111100001010011001111110111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE938; }

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

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

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

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

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

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

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

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