#EAE22F

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

Shades of Golden Fizz #EAE22F

Tints of Golden Fizz #EAE22F

Color information

#EAE22F (or 0xEAE22F) is unknown color: approx Golden Fizz. HEX triplet: EA, E2 and 2F. RGB value is (234,226,47). Sum of RGB (Red+Green+Blue) = 234+226+47=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE22F is #151DD0. Grayscale: #D0D0D0. Windows color (decimal): -1383889 or 3138282. OLE color: 3138282.

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

Color convert

RGB23422647-
CMYK00.030.800.08
HSL57.43º81.66%55.1%-
HSV(B)57.43º79.91%91.76%-
XYZ61.6472.0913.36-
YUV207.9937.15146.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 226 (88.67% from 255) = 44.58%
BLUE value IS 47 (18.75% from 255) = 9.27%
R=46.15%
G=44.58%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342264700.030.800.0857.4381.6655.1
HexEAE22F03508395237
Octal3523425703120107112267
Binary1110101011100010101111011101000010001110011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE22F; }

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

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

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

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

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

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

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

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