#EADE2F

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

Shades of Golden Fizz #EADE2F

Tints of Golden Fizz #EADE2F

Color information

#EADE2F (or 0xEADE2F) is unknown color: approx Golden Fizz. HEX triplet: EA, DE and 2F. RGB value is (234,222,47). Sum of RGB (Red+Green+Blue) = 234+222+47=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE2F is #1521D0. Grayscale: #CECECE. Windows color (decimal): -1384913 or 3137258. OLE color: 3137258.

HSL color Cylindrical-coordinate representation of color #EADE2F: hue angle of 56.15º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EADE2F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB23422247-
CMYK00.050.800.08
HSL56.15º81.66%55.1%-
HSV(B)56.15º79.91%91.76%-
XYZ60.5769.9413-
YUV205.6438.48148.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 222 (87.11% from 255) = 44.14%
BLUE value IS 47 (18.75% from 255) = 9.34%
R=46.52%
G=44.14%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342224700.050.800.0856.1581.6655.1
HexEADE2F05508385237
Octal3523365705120107012267
Binary11101010110111101011110101101000010001110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE2F; }

 p { color: rgb(234,222,47); }

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

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

 a { background-color: rgb(234,222,47); }

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

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

 span { border-color: rgb(234,222,47); }

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