Html Css Color HEX #EFFC28 Golden Fizz

📋 copy color: '#EFFC28'

red 239 ◦ green 252 ◦ blue 40

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

Shades of Golden Fizz #EFFC28

Tints of Golden Fizz #EFFC28

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.46%

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

R = 45.01%
G = 47.46%
B = 7.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#EFFC28 (or 0xEFFC28) is known color: Golden Fizz. HEX triplet: EF, FC and 28. RGB value is (239,252,40). Sum of RGB (Red+Green+Blue) = 239+252+40=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 40 (16.02% from 255 or 7.53% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC28 is #1003D7. Grayscale: #E0E0E0. Windows color (decimal): -1049560 or 2686191. OLE color: 2686191.

HSL color Cylindrical-coordinate representation of color #EFFC28: hue angle of 63.68º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFFC28 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 252 40 -
CMYK 0.05 0 0.84 0.01
HSL 63.68º 0.97% 0.57% -
HSV(B) 63.68º 0.84% 0.99% -
XYZ 70.79 88.12 15.29 -
YUV 223.95 24.19 138.74 -
System Red Green Blue C M Y K H S L
Decimal 239 252 40 0.05 0 0.84 0.01 63.68 0.97 0.57
Hex EF FC 28 5 0 54 1 40 61 39
Octal 357 374 50 5 0 124 1 100 141 71
Binary 11101111 11111100 101000 101 0 1010100 1 1000000 1100001 111001

Color Harmonies of #EFFC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFC28

Black with #EFFC28

Text Example


Text Example

White with #EFFC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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