#EAEF2C

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

Shades of Golden Fizz #EAEF2C

Tints of Golden Fizz #EAEF2C

Color information

#EAEF2C (or 0xEAEF2C) is unknown color: approx Golden Fizz. HEX triplet: EA, EF and 2C. RGB value is (234,239,44). Sum of RGB (Red+Green+Blue) = 234+239+44=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 44 (17.58% from 255 or 8.51% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEF2C is #1510D3. Grayscale: #D8D8D8. Windows color (decimal): -1380564 or 2945002. OLE color: 2945002.

HSL color Cylindrical-coordinate representation of color #EAEF2C: hue angle of 61.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAEF2C is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB23423944-
CMYK0.0200.820.06
HSL61.54º85.9%55.49%-
HSV(B)61.54º81.59%93.73%-
XYZ65.2579.4114.27-
YUV215.2731.34141.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 239 (93.75% from 255) = 46.23%
BLUE value IS 44 (17.58% from 255) = 8.51%
R=45.26%
G=46.23%
B=8.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234239440.0200.820.0661.5485.955.49
HexEAEF2C205263e5637
Octal352357542012267612667
Binary111010101110111110110010010100101101111101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEF2C; }

 p { color: rgb(234,239,44); }

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

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

 a { background-color: rgb(234,239,44); }

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

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

 span { border-color: rgb(234,239,44); }

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