#EED633

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

Shades of Golden Fizz #EED633

Tints of Golden Fizz #EED633

Color information

#EED633 (or 0xEED633) is unknown color: approx Golden Fizz. HEX triplet: EE, D6 and 33. RGB value is (238,214,51). Sum of RGB (Red+Green+Blue) = 238+214+51=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 51 (20.31% from 255 or 10.14% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EED633 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED633 is #1129CC. Grayscale: #CBCBCB. Windows color (decimal): -1124813 or 3397358. OLE color: 3397358.

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

Color convert

RGB23821451-
CMYK00.100.790.07
HSL52.3º84.62%56.67%-
HSV(B)52.3º78.57%93.33%-
XYZ59.966.5112.81-
YUV202.5942.45153.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.32%
GREEN value IS 214 (83.98% from 255) = 42.54%
BLUE value IS 51 (20.31% from 255) = 10.14%
R=47.32%
G=42.54%
B=10.14%

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
Decimal2382145100.100.790.0752.384.6256.67
HexEED6330A4F7345539
Octal3563266301211776412571
Binary11101110110101101100110101010011111111101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED633; }

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

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

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

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

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

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

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

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