Html Css Color HEX #EEFD2A Golden Fizz

📋 copy color: '#EEFD2A'

red 238 ◦ green 253 ◦ blue 42

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

Shades of Golden Fizz #EEFD2A

Tints of Golden Fizz #EEFD2A

RGB

 RED value IS 238 (93.36% from 255) = 44.65%

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

 BLUE value IS 42 (16.8% from 255) = 7.88%

R = 44.65%
G = 47.47%
B = 7.88%

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

#EEFD2A (or 0xEEFD2A) is known color: Golden Fizz. HEX triplet: EE, FD and 2A. RGB value is (238,253,42). Sum of RGB (Red+Green+Blue) = 238+253+42=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 42 (16.80% from 255 or 7.88% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFD2A is #1102D5. Grayscale: #E1E1E1. Windows color (decimal): -1114838 or 2817518. OLE color: 2817518.

HSL color Cylindrical-coordinate representation of color #EEFD2A: hue angle of 64.27º 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 #EEFD2A is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 253 42 -
CMYK 0.06 0 0.83 0.01
HSL 64.27º 0.98% 0.58% -
HSV(B) 64.27º 0.83% 0.99% -
XYZ 70.8 88.59 15.56 -
YUV 224.46 25.03 137.66 -
System Red Green Blue C M Y K H S L
Decimal 238 253 42 0.06 0 0.83 0.01 64.27 0.98 0.58
Hex EE FD 2A 6 0 53 1 40 62 3A
Octal 356 375 52 6 0 123 1 100 142 72
Binary 11101110 11111101 101010 110 0 1010011 1 1000000 1100010 111010

Color Harmonies of #EEFD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFD2A

Black with #EEFD2A

Text Example


Text Example

White with #EEFD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFD2A; }

 p { color: rgb(238,253,42); }

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

background-color css

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

 a { background-color: rgb(238,253,42); }

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

border-color css

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

 span { border-color: rgb(238,253,42); }

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