#EEF0CA

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

Shades of Spring Sun #EEF0CA

Tints of Spring Sun #EEF0CA

Color information

#EEF0CA (or 0xEEF0CA) is unknown color: approx Spring Sun. HEX triplet: EE, F0 and CA. RGB value is (238,240,202). Sum of RGB (Red+Green+Blue) = 238+240+202=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0CA is #110F35. Grayscale: #EBEBEB. Windows color (decimal): -1118006 or 13299950. OLE color: 13299950.

HSL color Cylindrical-coordinate representation of color #EEF0CA: hue angle of 63.16º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEF0CA is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB238240202-
CMYK0.0100.160.06
HSL63.16º55.88%86.67%-
HSV(B)63.16º15.83%94.12%-
XYZ77.0884.7668.18-
YUV235.07109.34130.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 240 (94.14% from 255) = 35.29%
BLUE value IS 202 (79.30% from 255) = 29.71%
R=35%
G=35.29%
B=29.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402020.0100.160.0663.1655.8886.67
HexEEF0CA101063f3857
Octal356360312102067770127
Binary11101110111100001100101010100001101111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0CA; }

 p { color: rgb(238,240,202); }

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

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

 a { background-color: rgb(238,240,202); }

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

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

 span { border-color: rgb(238,240,202); }

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