Html Css Color HEX #EFFB28 Golden Fizz

📋 copy color: '#EFFB28'

red 239 ◦ green 251 ◦ blue 40

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

Shades of Golden Fizz #EFFB28

Tints of Golden Fizz #EFFB28

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.36%

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

R = 45.09%
G = 47.36%
B = 7.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#EFFB28 (or 0xEFFB28) is known color: Golden Fizz. HEX triplet: EF, FB and 28. RGB value is (239,251,40). Sum of RGB (Red+Green+Blue) = 239+251+40=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 40 (16.02% from 255 or 7.55% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFB28 is #1004D7. Grayscale: #E0E0E0. Windows color (decimal): -1049816 or 2685935. OLE color: 2685935.

HSL color Cylindrical-coordinate representation of color #EFFB28: hue angle of 63.41º degrees, saturation: 0.96, 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 #EFFB28 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 251 40 -
CMYK 0.05 0 0.84 0.02
HSL 63.41º 0.96% 0.57% -
HSV(B) 63.41º 0.84% 0.98% -
XYZ 70.48 87.5 15.18 -
YUV 223.36 24.52 139.16 -
System Red Green Blue C M Y K H S L
Decimal 239 251 40 0.05 0 0.84 0.02 63.41 0.96 0.57
Hex EF FB 28 5 0 54 2 3F 60 39
Octal 357 373 50 5 0 124 2 77 140 71
Binary 11101111 11111011 101000 101 0 1010100 10 111111 1100000 111001

Color Harmonies of #EFFB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFB28

Black with #EFFB28

Text Example


Text Example

White with #EFFB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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