#EEDB33

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

Shades of Golden Fizz #EEDB33

Tints of Golden Fizz #EEDB33

Color information

#EEDB33 (or 0xEEDB33) is unknown color: approx Golden Fizz. HEX triplet: EE, DB and 33. RGB value is (238,219,51). Sum of RGB (Red+Green+Blue) = 238+219+51=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 51 (20.31% from 255 or 10.04% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB33 is #1124CC. Grayscale: #CECECE. Windows color (decimal): -1123533 or 3398638. OLE color: 3398638.

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

Color convert

RGB23821951-
CMYK00.080.790.07
HSL53.9º84.62%56.67%-
HSV(B)53.9º78.57%93.33%-
XYZ61.1969.0813.24-
YUV205.5340.79151.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.85%
GREEN value IS 219 (85.94% from 255) = 43.11%
BLUE value IS 51 (20.31% from 255) = 10.04%
R=46.85%
G=43.11%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382195100.080.790.0753.984.6256.67
HexEEDB33084F7365539
Octal3563336301011776612571
Binary11101110110110111100110100010011111111101101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDB33; }

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

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

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

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

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

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

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

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