Html Css Color HEX #EFF029 Golden Fizz

📋 copy color: '#EFF029'

red 239 ◦ green 240 ◦ blue 41

#EFF029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #EFF029

Tints of Golden Fizz #EFF029

RGB

 RED value IS 239 (93.75% from 255) = 45.96%

 GREEN value IS 240 (94.14% from 255) = 46.15%

 BLUE value IS 41 (16.41% from 255) = 7.88%

R = 45.96%
G = 46.15%
B = 7.88%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFF029 (or 0xEFF029) is known color: Golden Fizz. HEX triplet: EF, F0 and 29. RGB value is (239,240,41). Sum of RGB (Red+Green+Blue) = 239+240+41=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 41 (16.41% from 255 or 7.88% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF029 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF029 is #100FD6. Grayscale: #D9D9D9. Windows color (decimal): -1052631 or 2748655. OLE color: 2748655.

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

Color convert

RGB 239 240 41 -
CMYK 0.00 0 0.83 0.06
HSL 60.3º 0.87% 0.55% -
HSV(B) 60.3º 0.83% 0.94% -
XYZ 67.16 80.83 14.16 -
YUV 217.02 28.67 143.68 -
System Red Green Blue C M Y K H S L
Decimal 239 240 41 0.00 0 0.83 0.06 60.3 0.87 0.55
Hex EF F0 29 0 0 53 6 3C 57 37
Octal 357 360 51 0 0 123 6 74 127 67
Binary 11101111 11110000 101001 0 0 1010011 110 111100 1010111 110111

Color Harmonies of #EFF029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF029

Black with #EFF029

Text Example


Text Example

White with #EFF029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF029; }

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

 H1.HeaderClassName
 {
   color: #EFF029;
 }
 .AnyTagClassName
 {
   color: #EFF029;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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