#F0EFCC

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

Shades of Spring Sun #F0EFCC

Tints of Spring Sun #F0EFCC

Color information

#F0EFCC (or 0xF0EFCC) is unknown color: approx Spring Sun. HEX triplet: F0, EF and CC. RGB value is (240,239,204). Sum of RGB (Red+Green+Blue) = 240+239+204=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFCC is #0F1033. Grayscale: #EBEBEB. Windows color (decimal): -987188 or 13430768. OLE color: 13430768.

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

Color convert

RGB240239204-
CMYK00.000.150.06
HSL58.33º54.55%87.06%-
HSV(B)58.33º15%94.12%-
XYZ77.784.6269.36-
YUV235.31110.33131.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.14%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 204 (80.08% from 255) = 29.87%
R=35.14%
G=34.99%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023920400.000.150.0658.3354.5587.06
HexF0EFCC00F63a3757
Octal360357314001767267127
Binary1111000011101111110011000011111101110101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFCC; }

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

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

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

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

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

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

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

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