#EED93C

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

Shades of Golden Fizz #EED93C

Tints of Golden Fizz #EED93C

Color information

#EED93C (or 0xEED93C) is unknown color: approx Golden Fizz. HEX triplet: EE, D9 and 3C. RGB value is (238,217,60). Sum of RGB (Red+Green+Blue) = 238+217+60=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 60 (23.83% from 255 or 11.65% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EED93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED93C is #1126C3. Grayscale: #CECECE. Windows color (decimal): -1124036 or 3987950. OLE color: 3987950.

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

Color convert

RGB23821760-
CMYK00.090.750.07
HSL52.92º83.96%58.43%-
HSV(B)52.92º74.79%93.33%-
XYZ60.8968.1314.22-
YUV205.3845.96151.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 60 (23.83% from 255) = 11.65%
R=46.21%
G=42.14%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382176000.090.750.0752.9283.9658.43
HexEED93C094B735543a
Octal3563317401111376512472
Binary11101110110110011111000100110010111111101011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED93C; }

 p { color: rgb(238,217,60); }

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

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

 a { background-color: rgb(238,217,60); }

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

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

 span { border-color: rgb(238,217,60); }

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