#F0EBBA

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

Shades of Cumulus #F0EBBA

Tints of Cumulus #F0EBBA

Color information

#F0EBBA (or 0xF0EBBA) is unknown color: approx Cumulus. HEX triplet: F0, EB and BA. RGB value is (240,235,186). Sum of RGB (Red+Green+Blue) = 240+235+186=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EBBA is #0F1445. Grayscale: #E7E7E7. Windows color (decimal): -988230 or 12250096. OLE color: 12250096.

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

Color convert

RGB240235186-
CMYK00.020.220.06
HSL54.44º64.29%83.53%-
HSV(B)54.44º22.5%94.12%-
XYZ74.5181.4958.26-
YUV230.91102.66134.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.31%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 186 (73.05% from 255) = 28.14%
R=36.31%
G=35.55%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023518600.020.220.0654.4464.2983.53
HexF0EBBA02166364054
Octal3603532720226666100124
Binary1111000011101011101110100101011011011011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBBA; }

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

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

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

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

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

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

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

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