#EDEB38

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

Shades of Golden Fizz #EDEB38

Tints of Golden Fizz #EDEB38

Color information

#EDEB38 (or 0xEDEB38) is unknown color: approx Golden Fizz. HEX triplet: ED, EB and 38. RGB value is (237,235,56). Sum of RGB (Red+Green+Blue) = 237+235+56=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 56 (22.27% from 255 or 10.61% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB38 is #1214C7. Grayscale: #D7D7D7. Windows color (decimal): -1184968 or 3730413. OLE color: 3730413.

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

Color convert

RGB23723556-
CMYK00.010.760.07
HSL59.34º83.41%57.45%-
HSV(B)59.34º76.37%92.94%-
XYZ65.3577.7115.3-
YUV215.1938.16143.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 235 (92.19% from 255) = 44.51%
BLUE value IS 56 (22.27% from 255) = 10.61%
R=44.89%
G=44.51%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372355600.010.760.0759.3483.4157.45
HexEDEB38014C73b5339
Octal355353700111477312371
Binary11101101111010111110000110011001111110111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB38; }

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

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

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

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

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

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

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

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