#F0EECB

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

Shades of Spring Sun #F0EECB

Tints of Spring Sun #F0EECB

Color information

#F0EECB (or 0xF0EECB) is unknown color: approx Spring Sun. HEX triplet: F0, EE and CB. RGB value is (240,238,203). Sum of RGB (Red+Green+Blue) = 240+238+203=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 203 (79.69% from 255 or 29.81% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EECB is #0F1134. Grayscale: #EAEAEA. Windows color (decimal): -987445 or 13364976. OLE color: 13364976.

HSL color Cylindrical-coordinate representation of color #F0EECB: hue angle of 56.76º degrees, saturation: 0.55, 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 #F0EECB is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240238203-
CMYK00.010.150.06
HSL56.76º55.22%86.86%-
HSV(B)56.76º15.42%94.12%-
XYZ77.2983.9968.64-
YUV234.61110.16131.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 203 (79.69% from 255) = 29.81%
R=35.24%
G=34.95%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023820300.010.150.0656.7655.2286.86
HexF0EECB01F6393757
Octal360356313011767167127
Binary1111000011101110110010110111111101110011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EECB; }

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

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

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

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

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

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

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

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