Html Css Color HEX #EFF832 Golden Fizz

📋 copy color: '#EFF832'

red 239 ◦ green 248 ◦ blue 50

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

Shades of Golden Fizz #EFF832

Tints of Golden Fizz #EFF832

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.18%

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

R = 44.51%
G = 46.18%
B = 9.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#EFF832 (or 0xEFF832) is known color: Golden Fizz. HEX triplet: EF, F8 and 32. RGB value is (239,248,50). Sum of RGB (Red+Green+Blue) = 239+248+50=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 50 (19.92% from 255 or 9.31% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF832 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF832 is #1007CD. Grayscale: #DFDFDF. Windows color (decimal): -1050574 or 3340527. OLE color: 3340527.

HSL color Cylindrical-coordinate representation of color #EFF832: hue angle of 62.73º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFF832 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 50 -
CMYK 0.04 0 0.80 0.03
HSL 62.73º 0.93% 0.58% -
HSV(B) 62.73º 0.8% 0.97% -
XYZ 69.74 85.72 15.89 -
YUV 222.74 30.52 139.6 -
System Red Green Blue C M Y K H S L
Decimal 239 248 50 0.04 0 0.80 0.03 62.73 0.93 0.58
Hex EF F8 32 4 0 50 3 3F 5D 3A
Octal 357 370 62 4 0 120 3 77 135 72
Binary 11101111 11111000 110010 100 0 1010000 11 111111 1011101 111010

Color Harmonies of #EFF832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF832

Black with #EFF832

Text Example


Text Example

White with #EFF832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF832; }

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

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

background-color css

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

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

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

border-color css

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

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

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