#eedd33

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

Shades of Golden Fizz #EEDD33

Tints of Golden Fizz #EEDD33

Color information

#EEDD33 (or 0xEEDD33) is unknown color: approx Golden Fizz. HEX triplet: EE, DD and 33. RGB value is (238,221,51). Sum of RGB (Red+Green+Blue) = 238+221+51=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD33 is #1122CC. Grayscale: #CFCFCF. Windows color (decimal): -1123021 or 3399150. OLE color: 3399150.

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

Color convert

RGB23822151-
CMYK00.070.790.07
HSL54.55º84.62%56.67%-
HSV(B)54.55º78.57%93.33%-
XYZ61.7170.1313.42-
YUV206.740.13150.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.67%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 51 (20.31% from 255) = 10%
R=46.67%
G=43.33%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382215100.070.790.0754.5584.6256.67
HexEEDD33074F7375539
Octal356335630711776712571
Binary1110111011011101110011011110011111111101111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eedd33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eedd33; }

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

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

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

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

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

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

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

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