#EED733

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

Shades of Golden Fizz #EED733

Tints of Golden Fizz #EED733

Color information

#EED733 (or 0xEED733) is unknown color: approx Golden Fizz. HEX triplet: EE, D7 and 33. RGB value is (238,215,51). Sum of RGB (Red+Green+Blue) = 238+215+51=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 51 (20.31% from 255 or 10.12% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EED733 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED733 is #1128CC. Grayscale: #CBCBCB. Windows color (decimal): -1124557 or 3397614. OLE color: 3397614.

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

Color convert

RGB23821551-
CMYK00.100.790.07
HSL52.62º84.62%56.67%-
HSV(B)52.62º78.57%93.33%-
XYZ60.1667.0212.9-
YUV203.1842.12152.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 215 (84.38% from 255) = 42.66%
BLUE value IS 51 (20.31% from 255) = 10.12%
R=47.22%
G=42.66%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382155100.100.790.0752.6284.6256.67
HexEED7330A4F7355539
Octal3563276301211776512571
Binary11101110110101111100110101010011111111101011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED733; }

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

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

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

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

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

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

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

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