#EEEDBF

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

Shades of Spring Sun #EEEDBF

Tints of Spring Sun #EEEDBF

Color information

#EEEDBF (or 0xEEEDBF) is unknown color: approx Spring Sun. HEX triplet: EE, ED and BF. RGB value is (238,237,191). Sum of RGB (Red+Green+Blue) = 238+237+191=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDBF is #111240. Grayscale: #E8E8E8. Windows color (decimal): -1118785 or 12578286. OLE color: 12578286.

HSL color Cylindrical-coordinate representation of color #EEEDBF: hue angle of 58.72º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEEDBF is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238237191-
CMYK00.000.200.07
HSL58.72º58.02%84.12%-
HSV(B)58.72º19.75%93.33%-
XYZ74.9582.5161.27-
YUV232.06104.83132.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 237 (92.97% from 255) = 35.59%
BLUE value IS 191 (75% from 255) = 28.68%
R=35.74%
G=35.59%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823719100.000.200.0758.7258.0284.12
HexEEEDBF001473b3a54
Octal356355277002477372124
Binary11101110111011011011111100101001111110111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDBF; }

 p { color: rgb(238,237,191); }

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

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

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

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

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

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

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