#F0EFCA

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

Shades of Spring Sun #F0EFCA

Tints of Spring Sun #F0EFCA

Color information

#F0EFCA (or 0xF0EFCA) is unknown color: approx Spring Sun. HEX triplet: F0, EF and CA. RGB value is (240,239,202). Sum of RGB (Red+Green+Blue) = 240+239+202=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFCA is #0F1035. Grayscale: #EBEBEB. Windows color (decimal): -987190 or 13299696. OLE color: 13299696.

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

Color convert

RGB240239202-
CMYK00.000.160.06
HSL58.42º55.88%86.67%-
HSV(B)58.42º15.83%94.12%-
XYZ77.4684.5268.11-
YUV235.08109.33131.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 202 (79.30% from 255) = 29.66%
R=35.24%
G=35.10%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023920200.000.160.0658.4255.8886.67
HexF0EFCA001063a3857
Octal360357312002067270127
Binary11110000111011111100101000100001101110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFCA; }

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

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

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

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

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

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

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

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