#EFFE28

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

Shades of Golden Fizz #EFFE28

Tints of Golden Fizz #EFFE28

Color information

#EFFE28 (or 0xEFFE28) is unknown color: approx Golden Fizz. HEX triplet: EF, FE and 28. RGB value is (239,254,40). Sum of RGB (Red+Green+Blue) = 239+254+40=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 40 (16.02% from 255 or 7.50% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE28 is #1001D7. Grayscale: #E1E1E1. Windows color (decimal): -1049048 or 2686703. OLE color: 2686703.

HSL color Cylindrical-coordinate representation of color #EFFE28: hue angle of 64.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFFE28 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB23925440-
CMYK0.0600.840.00
HSL64.21º99.07%57.65%-
HSV(B)64.21º84.25%99.61%-
XYZ71.4289.3915.5-
YUV225.1223.53137.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 254 (99.61% from 255) = 47.65%
BLUE value IS 40 (16.02% from 255) = 7.50%
R=44.84%
G=47.65%
B=7.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal239254400.0600.840.0064.2199.0757.65
HexEFFE286054040633a
Octal3573765060124010014372
Binary111011111111111010100011001010100010000001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFE28; }

 p { color: rgb(239,254,40); }

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

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

 a { background-color: rgb(239,254,40); }

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

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

 span { border-color: rgb(239,254,40); }

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