Html Css Color HEX #EFF122 Golden Fizz

📋 copy color: '#EFF122'

red 239 ◦ green 241 ◦ blue 34

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

Shades of Golden Fizz #EFF122

Tints of Golden Fizz #EFF122

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.89%

 BLUE value IS 34 (13.67% from 255) = 6.61%

R = 46.5%
G = 46.89%
B = 6.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#EFF122 (or 0xEFF122) is known color: Golden Fizz. HEX triplet: EF, F1 and 22. RGB value is (239,241,34). Sum of RGB (Red+Green+Blue) = 239+241+34=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 34 (13.67% from 255 or 6.61% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF122 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF122 is #100EDD. Grayscale: #D9D9D9. Windows color (decimal): -1052382 or 2290159. OLE color: 2290159.

HSL color Cylindrical-coordinate representation of color #EFF122: hue angle of 60.58º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFF122 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 241 34 -
CMYK 0.01 0 0.86 0.05
HSL 60.58º 0.88% 0.54% -
HSV(B) 60.58º 0.86% 0.95% -
XYZ 67.34 81.38 13.67 -
YUV 216.8 24.84 143.83 -
System Red Green Blue C M Y K H S L
Decimal 239 241 34 0.01 0 0.86 0.05 60.58 0.88 0.54
Hex EF F1 22 1 0 56 5 3D 58 36
Octal 357 361 42 1 0 126 5 75 130 66
Binary 11101111 11110001 100010 1 0 1010110 101 111101 1011000 110110

Color Harmonies of #EFF122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF122

Black with #EFF122

Text Example


Text Example

White with #EFF122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF122; }

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

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

background-color css

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

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

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

border-color css

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

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

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