#EEF379

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

Shades of Dolly #EEF379

Tints of Dolly #EEF379

Color information

#EEF379 (or 0xEEF379) is unknown color: approx Dolly. HEX triplet: EE, F3 and 79. RGB value is (238,243,121). Sum of RGB (Red+Green+Blue) = 238+243+121=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 121 (47.66% from 255 or 20.10% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF379 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF379 is #110C86. Grayscale: #E4E4E4. Windows color (decimal): -1117319 or 7992302. OLE color: 7992302.

HSL color Cylindrical-coordinate representation of color #EEF379: hue angle of 62.46º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEF379 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB238243121-
CMYK0.0200.500.05
HSL62.46º83.56%71.37%-
HSV(B)62.46º50.21%95.29%-
XYZ70.7683.6630.51-
YUV227.667.84135.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.53%
GREEN value IS 243 (95.31% from 255) = 40.37%
BLUE value IS 121 (47.66% from 255) = 20.10%
R=39.53%
G=40.37%
B=20.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382431210.0200.500.0562.4683.5671.37
HexEEF379203253e5447
Octal3563631712062576124107
Binary1110111011110011111100110011001010111111010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF379; }

 p { color: rgb(238,243,121); }

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

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

 a { background-color: rgb(238,243,121); }

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

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

 span { border-color: rgb(238,243,121); }

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