#EEFA75

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

Shades of Dolly #EEFA75

Tints of Dolly #EEFA75

Color information

#EEFA75 (or 0xEEFA75) is unknown color: approx Dolly. HEX triplet: EE, FA and 75. RGB value is (238,250,117). Sum of RGB (Red+Green+Blue) = 238+250+117=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 117 (46.09% from 255 or 19.34% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFA75 is #11058A. Grayscale: #E7E7E7. Windows color (decimal): -1115531 or 7731950. OLE color: 7731950.

HSL color Cylindrical-coordinate representation of color #EEFA75: hue angle of 65.41º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEFA75 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB238250117-
CMYK0.0500.530.02
HSL65.41º93.01%71.96%-
HSV(B)65.41º53.2%98.04%-
XYZ72.6687.8329.95-
YUV231.2563.52132.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 117 (46.09% from 255) = 19.34%
R=39.34%
G=41.32%
B=19.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382501170.0500.530.0265.4193.0171.96
HexEEFA7550352415d48
Octal35637216550652101135110
Binary11101110111110101110101101011010110100000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFA75; }

 p { color: rgb(238,250,117); }

 H1.HeaderClassName
 {
   color: #EEFA75;
 }
 .AnyTagClassName
 {
   color: #EEFA75;
 }
</style>
background-color css

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

 a { background-color: rgb(238,250,117); }

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

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

 span { border-color: rgb(238,250,117); }

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