#EFF034

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

Shades of Golden Fizz #EFF034

Tints of Golden Fizz #EFF034

Color information

#EFF034 (or 0xEFF034) is unknown color: approx Golden Fizz. HEX triplet: EF, F0 and 34. RGB value is (239,240,52). Sum of RGB (Red+Green+Blue) = 239+240+52=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 52 (20.70% from 255 or 9.79% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF034 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF034 is #100FCB. Grayscale: #DBDBDB. Windows color (decimal): -1052620 or 3469551. OLE color: 3469551.

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

Color convert

RGB23924052-
CMYK0.0000.780.06
HSL60.32º86.24%57.25%-
HSV(B)60.32º78.33%94.12%-
XYZ67.3880.9215.32-
YUV218.2734.17142.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 240 (94.14% from 255) = 45.20%
BLUE value IS 52 (20.70% from 255) = 9.79%
R=45.01%
G=45.20%
B=9.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239240520.0000.780.0660.3286.2457.25
HexEFF034004E63c5639
Octal357360640011667412671
Binary11101111111100001101000010011101101111001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF034; }

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

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

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

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

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

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

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

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