Html Css Color HEX #EFF928 Golden Fizz

📋 copy color: '#EFF928'

red 239 ◦ green 249 ◦ blue 40

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

Shades of Golden Fizz #EFF928

Tints of Golden Fizz #EFF928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.58%

R = 45.27%
G = 47.16%
B = 7.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#EFF928 (or 0xEFF928) is known color: Golden Fizz. HEX triplet: EF, F9 and 28. RGB value is (239,249,40). Sum of RGB (Red+Green+Blue) = 239+249+40=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 40 (16.02% from 255 or 7.58% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF928 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF928 is #1006D7. Grayscale: #DFDFDF. Windows color (decimal): -1050328 or 2685423. OLE color: 2685423.

HSL color Cylindrical-coordinate representation of color #EFF928: hue angle of 62.87º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFF928 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 249 40 -
CMYK 0.04 0 0.84 0.02
HSL 62.87º 0.95% 0.57% -
HSV(B) 62.87º 0.84% 0.98% -
XYZ 69.86 86.26 14.97 -
YUV 222.18 25.19 139.99 -
System Red Green Blue C M Y K H S L
Decimal 239 249 40 0.04 0 0.84 0.02 62.87 0.95 0.57
Hex EF F9 28 4 0 54 2 3F 5F 39
Octal 357 371 50 4 0 124 2 77 137 71
Binary 11101111 11111001 101000 100 0 1010100 10 111111 1011111 111001

Color Harmonies of #EFF928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF928

Black with #EFF928

Text Example


Text Example

White with #EFF928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF928; }

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

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

background-color css

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

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

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

border-color css

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

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

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