#F0EEBD

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

Shades of Cumulus #F0EEBD

Tints of Cumulus #F0EEBD

Color information

#F0EEBD (or 0xF0EEBD) is unknown color: approx Cumulus. HEX triplet: F0, EE and BD. RGB value is (240,238,189). Sum of RGB (Red+Green+Blue) = 240+238+189=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EEBD is #0F1142. Grayscale: #E9E9E9. Windows color (decimal): -987459 or 12447472. OLE color: 12447472.

HSL color Cylindrical-coordinate representation of color #F0EEBD: hue angle of 57.65º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0EEBD is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240238189-
CMYK00.010.210.06
HSL57.65º62.96%84.12%-
HSV(B)57.65º21.25%94.12%-
XYZ75.783.3560.24-
YUV233.01103.16132.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 189 (74.22% from 255) = 28.34%
R=35.98%
G=35.68%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023818900.010.210.0657.6562.9684.12
HexF0EEBD011563a3f54
Octal360356275012567277124
Binary11110000111011101011110101101011101110101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EEBD; }

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

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

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

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

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

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

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

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