#EEDD35

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

Shades of Golden Fizz #EEDD35

Tints of Golden Fizz #EEDD35

Color information

#EEDD35 (or 0xEEDD35) is unknown color: approx Golden Fizz. HEX triplet: EE, DD and 35. RGB value is (238,221,53). Sum of RGB (Red+Green+Blue) = 238+221+53=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 53 (21.09% from 255 or 10.35% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD35 is #1122CA. Grayscale: #CFCFCF. Windows color (decimal): -1123019 or 3530222. OLE color: 3530222.

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

Color convert

RGB23822153-
CMYK00.070.780.07
HSL54.49º84.47%57.06%-
HSV(B)54.49º77.73%93.33%-
XYZ61.7670.1513.65-
YUV206.9341.13150.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.48%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 53 (21.09% from 255) = 10.35%
R=46.48%
G=43.16%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382215300.070.780.0754.4984.4757.06
HexEEDD35074E7365439
Octal356335650711676612471
Binary1110111011011101110101011110011101111101101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD35; }

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

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

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

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

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

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

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

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