Html Css Color HEX #EFFD2C Golden Fizz

📋 copy color: '#EFFD2C'

red 239 ◦ green 253 ◦ blue 44

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

Shades of Golden Fizz #EFFD2C

Tints of Golden Fizz #EFFD2C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.2%

 BLUE value IS 44 (17.58% from 255) = 8.21%

R = 44.59%
G = 47.2%
B = 8.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#EFFD2C (or 0xEFFD2C) is known color: Golden Fizz. HEX triplet: EF, FD and 2C. RGB value is (239,253,44). Sum of RGB (Red+Green+Blue) = 239+253+44=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 44 (17.58% from 255 or 8.21% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFD2C is #1002D3. Grayscale: #E1E1E1. Windows color (decimal): -1049300 or 2948591. OLE color: 2948591.

HSL color Cylindrical-coordinate representation of color #EFFD2C: hue angle of 64.02º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFFD2C is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 253 44 -
CMYK 0.06 0 0.83 0.01
HSL 64.02º 0.98% 0.58% -
HSV(B) 64.02º 0.83% 0.99% -
XYZ 71.18 88.78 15.77 -
YUV 224.99 25.86 137.99 -
System Red Green Blue C M Y K H S L
Decimal 239 253 44 0.06 0 0.83 0.01 64.02 0.98 0.58
Hex EF FD 2C 6 0 53 1 40 62 3A
Octal 357 375 54 6 0 123 1 100 142 72
Binary 11101111 11111101 101100 110 0 1010011 1 1000000 1100010 111010

Color Harmonies of #EFFD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFD2C

Black with #EFFD2C

Text Example


Text Example

White with #EFFD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFD2C; }

 p { color: rgb(239,253,44); }

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

background-color css

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

 a { background-color: rgb(239,253,44); }

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

border-color css

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

 span { border-color: rgb(239,253,44); }

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