Html Css Color HEX #EFF932 Golden Fizz

📋 copy color: '#EFF932'

red 239 ◦ green 249 ◦ blue 50

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

Shades of Golden Fizz #EFF932

Tints of Golden Fizz #EFF932

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.28%

 BLUE value IS 50 (19.92% from 255) = 9.29%

R = 44.42%
G = 46.28%
B = 9.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#EFF932 (or 0xEFF932) is known color: Golden Fizz. HEX triplet: EF, F9 and 32. RGB value is (239,249,50). Sum of RGB (Red+Green+Blue) = 239+249+50=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 50 (19.92% from 255 or 9.29% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF932 is #1006CD. Grayscale: #E0E0E0. Windows color (decimal): -1050318 or 3340783. OLE color: 3340783.

HSL color Cylindrical-coordinate representation of color #EFF932: hue angle of 63.02º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFF932 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 249 50 -
CMYK 0.04 0 0.80 0.02
HSL 63.02º 0.94% 0.59% -
HSV(B) 63.02º 0.8% 0.98% -
XYZ 70.05 86.33 15.99 -
YUV 223.32 30.19 139.18 -
System Red Green Blue C M Y K H S L
Decimal 239 249 50 0.04 0 0.80 0.02 63.02 0.94 0.59
Hex EF F9 32 4 0 50 2 3F 5E 3B
Octal 357 371 62 4 0 120 2 77 136 73
Binary 11101111 11111001 110010 100 0 1010000 10 111111 1011110 111011

Color Harmonies of #EFF932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF932

Black with #EFF932

Text Example


Text Example

White with #EFF932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF932; }

 p { color: rgb(239,249,50); }

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

background-color css

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

 a { background-color: rgb(239,249,50); }

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

border-color css

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

 span { border-color: rgb(239,249,50); }

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