#F0EFBA

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

Shades of Cumulus #F0EFBA

Tints of Cumulus #F0EFBA

Color information

#F0EFBA (or 0xF0EFBA) is unknown color: approx Cumulus. HEX triplet: F0, EF and BA. RGB value is (240,239,186). Sum of RGB (Red+Green+Blue) = 240+239+186=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFBA is #0F1045. Grayscale: #E9E9E9. Windows color (decimal): -987206 or 12251120. OLE color: 12251120.

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

Color convert

RGB240239186-
CMYK00.000.220.06
HSL58.89º64.29%83.53%-
HSV(B)58.89º22.5%94.12%-
XYZ75.6683.858.64-
YUV233.26101.33132.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.09%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 186 (73.05% from 255) = 27.97%
R=36.09%
G=35.94%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023918600.000.220.0658.8964.2983.53
HexF0EFBA001663b4054
Octal3603572720026673100124
Binary111100001110111110111010001011011011101110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFBA; }

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

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

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

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

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

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

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

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