#EDE838

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

Shades of Golden Fizz #EDE838

Tints of Golden Fizz #EDE838

Color information

#EDE838 (or 0xEDE838) is unknown color: approx Golden Fizz. HEX triplet: ED, E8 and 38. RGB value is (237,232,56). Sum of RGB (Red+Green+Blue) = 237+232+56=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 56 (22.27% from 255 or 10.67% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE838 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE838 is #1217C7. Grayscale: #D6D6D6. Windows color (decimal): -1185736 or 3729645. OLE color: 3729645.

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

Color convert

RGB23723256-
CMYK00.020.760.07
HSL58.34º83.41%57.45%-
HSV(B)58.34º76.37%92.94%-
XYZ64.57615.01-
YUV213.4339.16144.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 232 (91.02% from 255) = 44.19%
BLUE value IS 56 (22.27% from 255) = 10.67%
R=45.14%
G=44.19%
B=10.67%

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
Decimal2372325600.020.760.0758.3483.4157.45
HexEDE838024C73a5339
Octal355350700211477212371
Binary111011011110100011100001010011001111110101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE838; }

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

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

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

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

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

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

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

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