#F0EFC5

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

Shades of Spring Sun #F0EFC5

Tints of Spring Sun #F0EFC5

Color information

#F0EFC5 (or 0xF0EFC5) is unknown color: approx Spring Sun. HEX triplet: F0, EF and C5. RGB value is (240,239,197). Sum of RGB (Red+Green+Blue) = 240+239+197=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 197 (77.34% from 255 or 29.14% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFC5 is #0F103A. Grayscale: #EAEAEA. Windows color (decimal): -987195 or 12972016. OLE color: 12972016.

HSL color Cylindrical-coordinate representation of color #F0EFC5: hue angle of 58.6º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0EFC5 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB240239197-
CMYK00.000.180.06
HSL58.6º58.9%85.69%-
HSV(B)58.6º17.92%94.12%-
XYZ76.8884.2965.04-
YUV234.51106.83131.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.50%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 197 (77.34% from 255) = 29.14%
R=35.50%
G=35.36%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023919700.000.180.0658.658.985.69
HexF0EFC5001263b3b56
Octal360357305002267373126
Binary11110000111011111100010100100101101110111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFC5; }

 p { color: rgb(240,239,197); }

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

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

 a { background-color: rgb(240,239,197); }

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

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

 span { border-color: rgb(240,239,197); }

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