#EEDA33

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

Shades of Golden Fizz #EEDA33

Tints of Golden Fizz #EEDA33

Color information

#EEDA33 (or 0xEEDA33) is unknown color: approx Golden Fizz. HEX triplet: EE, DA and 33. RGB value is (238,218,51). Sum of RGB (Red+Green+Blue) = 238+218+51=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA33 is #1125CC. Grayscale: #CDCDCD. Windows color (decimal): -1123789 or 3398382. OLE color: 3398382.

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

Color convert

RGB23821851-
CMYK00.080.790.07
HSL53.58º84.62%56.67%-
HSV(B)53.58º78.57%93.33%-
XYZ60.9368.5613.15-
YUV204.9441.13151.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 51 (20.31% from 255) = 10.06%
R=46.94%
G=43.00%
B=10.06%

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
Decimal2382185100.080.790.0753.5884.6256.67
HexEEDA33084F7365539
Octal3563326301011776612571
Binary11101110110110101100110100010011111111101101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA33; }

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

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

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

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

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

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

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

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