#EFEEBA

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

Shades of Cumulus #EFEEBA

Tints of Cumulus #EFEEBA

Color information

#EFEEBA (or 0xEFEEBA) is unknown color: approx Cumulus. HEX triplet: EF, EE and BA. RGB value is (239,238,186). Sum of RGB (Red+Green+Blue) = 239+238+186=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEBA is #101145. Grayscale: #E8E8E8. Windows color (decimal): -1052998 or 12250863. OLE color: 12250863.

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

Color convert

RGB239238186-
CMYK00.000.220.06
HSL58.87º62.35%83.33%-
HSV(B)58.87º22.18%93.73%-
XYZ75.0383.0458.53-
YUV232.37101.83132.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 238 (93.36% from 255) = 35.90%
BLUE value IS 186 (73.05% from 255) = 28.05%
R=36.05%
G=35.90%
B=28.05%

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
Decimal23923818600.000.220.0658.8762.3583.33
HexEFEEBA001663b3e53
Octal357356272002667376123
Binary11101111111011101011101000101101101110111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEBA; }

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

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

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

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

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

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

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

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