#F0F0EB

Color #F0F0EB Sugar Cane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sugar Cane #F0F0EB

Tints of Sugar Cane #F0F0EB

Color information

#F0F0EB (or 0xF0F0EB) is unknown color: approx Sugar Cane. HEX triplet: F0, F0 and EB. RGB value is (240,240,235). Sum of RGB (Red+Green+Blue) = 240+240+235=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F0EB is #0F0F14. Grayscale: #EFEFEF. Windows color (decimal): -986901 or 15462640. OLE color: 15462640.

HSL color Cylindrical-coordinate representation of color #F0F0EB: hue angle of 60º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0F0EB is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240240235-
CMYK000.020.06
HSL60º14.29%93.14%-
HSV(B)60º2.08%94.12%-
XYZ82.0986.8491.03-
YUV239.43125.5128.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.57%
GREEN value IS 240 (94.14% from 255) = 33.57%
BLUE value IS 235 (92.19% from 255) = 32.87%
R=33.57%
G=33.57%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240235000.020.066014.2993.14
HexF0F0EB00263ce5d
Octal36036035300267416135
Binary111100001111000011101011001011011110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F0EB; }

 p { color: rgb(240,240,235); }

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

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

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

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

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

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

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