#EEFD2A

Color #EEFD2A Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EEFD2A

Tints of Golden Fizz #EEFD2A

Color information

#EEFD2A (or 0xEEFD2A) is unknown color: approx 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

RGB23825342-
CMYK0.0600.830.01
HSL64.27º98.14%57.84%-
HSV(B)64.27º83.4%99.22%-
XYZ70.888.5915.56-
YUV224.4625.03137.66-

RGB Variations

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

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.80% from 255) = 7.88%
R=44.65%
G=47.47%
B=7.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal238253420.0600.830.0164.2798.1457.84
HexEEFD2A6053140623a
Octal3563755260123110014272
Binary111011101111110110101011001010011110000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>