#EDE433

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

Shades of Golden Fizz #EDE433

Tints of Golden Fizz #EDE433

Color information

#EDE433 (or 0xEDE433) is unknown color: approx Golden Fizz. HEX triplet: ED, E4 and 33. RGB value is (237,228,51). Sum of RGB (Red+Green+Blue) = 237+228+51=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 51 (20.31% from 255 or 9.88% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE433 is #121BCC. Grayscale: #D3D3D3. Windows color (decimal): -1186765 or 3400941. OLE color: 3400941.

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

Color convert

RGB23722851-
CMYK00.040.780.07
HSL57.1º83.78%56.47%-
HSV(B)57.1º78.48%92.94%-
XYZ63.2773.7314.03-
YUV210.5137.98146.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 228 (89.45% from 255) = 44.19%
BLUE value IS 51 (20.31% from 255) = 9.88%
R=45.93%
G=44.19%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372285100.040.780.0757.183.7856.47
HexEDE433044E7395438
Octal355344630411677112470
Binary1110110111100100110011010010011101111110011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE433; }

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

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

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

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

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

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

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

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