#EEEECD

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

Shades of Spring Sun #EEEECD

Tints of Spring Sun #EEEECD

Color information

#EEEECD (or 0xEEEECD) is unknown color: approx Spring Sun. HEX triplet: EE, EE and CD. RGB value is (238,238,205). Sum of RGB (Red+Green+Blue) = 238+238+205=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEECD is #111132. Grayscale: #EAEAEA. Windows color (decimal): -1118515 or 13496046. OLE color: 13496046.

HSL color Cylindrical-coordinate representation of color #EEEECD: hue angle of 60º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEEECD is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238238205-
CMYK000.140.07
HSL60º49.25%86.86%-
HSV(B)60º13.87%93.33%-
XYZ76.8583.7369.87-
YUV234.24111.5130.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 205 (80.47% from 255) = 30.10%
R=34.95%
G=34.95%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238205000.140.076049.2586.86
HexEEEECD00E73c3157
Octal356356315001677461127
Binary1110111011101110110011010011101111111001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEECD; }

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

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

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

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

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

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

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

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