#EEF0CD

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

Shades of Spring Sun #EEF0CD

Tints of Spring Sun #EEF0CD

Color information

#EEF0CD (or 0xEEF0CD) is unknown color: approx Spring Sun. HEX triplet: EE, F0 and CD. RGB value is (238,240,205). Sum of RGB (Red+Green+Blue) = 238+240+205=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0CD is #110F32. Grayscale: #EBEBEB. Windows color (decimal): -1118003 or 13496558. OLE color: 13496558.

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

Color convert

RGB238240205-
CMYK0.0100.150.06
HSL63.43º53.85%87.25%-
HSV(B)63.43º14.58%94.12%-
XYZ77.4484.9170.06-
YUV235.41110.84129.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 240 (94.14% from 255) = 35.14%
BLUE value IS 205 (80.47% from 255) = 30.01%
R=34.85%
G=35.14%
B=30.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402050.0100.150.0663.4353.8587.25
HexEEF0CD10F63f3657
Octal356360315101767766127
Binary1110111011110000110011011011111101111111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0CD; }

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

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

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

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

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

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

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

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