#EED833

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

Shades of Golden Fizz #EED833

Tints of Golden Fizz #EED833

Color information

#EED833 (or 0xEED833) is unknown color: approx Golden Fizz. HEX triplet: EE, D8 and 33. RGB value is (238,216,51). Sum of RGB (Red+Green+Blue) = 238+216+51=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 51 (20.31% from 255 or 10.10% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EED833 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED833 is #1127CC. Grayscale: #CCCCCC. Windows color (decimal): -1124301 or 3397870. OLE color: 3397870.

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

Color convert

RGB23821651-
CMYK00.090.790.07
HSL52.94º84.62%56.67%-
HSV(B)52.94º78.57%93.33%-
XYZ60.4167.5312.98-
YUV203.7741.79152.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.13%
GREEN value IS 216 (84.77% from 255) = 42.77%
BLUE value IS 51 (20.31% from 255) = 10.10%
R=47.13%
G=42.77%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382165100.090.790.0752.9484.6256.67
HexEED833094F7355539
Octal3563306301111776512571
Binary11101110110110001100110100110011111111101011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED833; }

 p { color: rgb(238,216,51); }

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

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

 a { background-color: rgb(238,216,51); }

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

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

 span { border-color: rgb(238,216,51); }

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