#EFF022

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

Shades of Golden Fizz #EFF022

Tints of Golden Fizz #EFF022

Color information

#EFF022 (or 0xEFF022) is unknown color: approx Golden Fizz. HEX triplet: EF, F0 and 22. RGB value is (239,240,34). Sum of RGB (Red+Green+Blue) = 239+240+34=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 34 (13.67% from 255 or 6.63% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF022 is #100FDD. Grayscale: #D9D9D9. Windows color (decimal): -1052638 or 2289903. OLE color: 2289903.

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

Color convert

RGB23924034-
CMYK0.0000.860.06
HSL60.29º87.29%53.73%-
HSV(B)60.29º85.83%94.12%-
XYZ67.0580.7913.57-
YUV216.2225.17144.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.59%
GREEN value IS 240 (94.14% from 255) = 46.78%
BLUE value IS 34 (13.67% from 255) = 6.63%
R=46.59%
G=46.78%
B=6.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239240340.0000.860.0660.2987.2953.73
HexEFF022005663c5736
Octal357360420012667412766
Binary11101111111100001000100010101101101111001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF022; }

 p { color: rgb(239,240,34); }

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

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

 a { background-color: rgb(239,240,34); }

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

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

 span { border-color: rgb(239,240,34); }

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