#efe22c

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

Shades of Golden Fizz #EFE22C

Tints of Golden Fizz #EFE22C

Color information

#EFE22C (or 0xEFE22C) is unknown color: approx Golden Fizz. HEX triplet: EF, E2 and 2C. RGB value is (239,226,44). Sum of RGB (Red+Green+Blue) = 239+226+44=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE22C is #101DD3. Grayscale: #D1D1D1. Windows color (decimal): -1056212 or 2941679. OLE color: 2941679.

HSL color Cylindrical-coordinate representation of color #EFE22C: hue angle of 56º 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 #EFE22C is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB23922644-
CMYK00.050.820.06
HSL56º85.9%55.49%-
HSV(B)56º81.59%93.73%-
XYZ63.2572.9313.13-
YUV209.1434.81149.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 226 (88.67% from 255) = 44.40%
BLUE value IS 44 (17.58% from 255) = 8.64%
R=46.95%
G=44.40%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392264400.050.820.065685.955.49
HexEFE22C05526385637
Octal357342540512267012667
Binary1110111111100010101100010110100101101110001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efe22c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efe22c; }

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

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

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

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

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

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

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

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