#EDE632

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

Shades of Golden Fizz #EDE632

Tints of Golden Fizz #EDE632

Color information

#EDE632 (or 0xEDE632) is unknown color: approx Golden Fizz. HEX triplet: ED, E6 and 32. RGB value is (237,230,50). Sum of RGB (Red+Green+Blue) = 237+230+50=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 50 (19.92% from 255 or 9.67% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE632 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE632 is #1219CD. Grayscale: #D4D4D4. Windows color (decimal): -1186254 or 3335917. OLE color: 3335917.

HSL color Cylindrical-coordinate representation of color #EDE632: hue angle of 57.75º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDE632 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB23723050-
CMYK00.030.790.07
HSL57.75º83.86%56.27%-
HSV(B)57.75º78.9%92.94%-
XYZ63.874.8314.1-
YUV211.5736.82146.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 230 (90.23% from 255) = 44.49%
BLUE value IS 50 (19.92% from 255) = 9.67%
R=45.84%
G=44.49%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372305000.030.790.0757.7583.8656.27
HexEDE632034F73a5438
Octal355346620311777212470
Binary111011011110011011001001110011111111110101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE632; }

 p { color: rgb(237,230,50); }

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

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

 a { background-color: rgb(237,230,50); }

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

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

 span { border-color: rgb(237,230,50); }

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