#EFEEBC

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

Shades of Cumulus #EFEEBC

Tints of Cumulus #EFEEBC

Color information

#EFEEBC (or 0xEFEEBC) is unknown color: approx Cumulus. HEX triplet: EF, EE and BC. RGB value is (239,238,188). Sum of RGB (Red+Green+Blue) = 239+238+188=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 188 (73.83% from 255 or 28.27% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEBC is #101143. Grayscale: #E8E8E8. Windows color (decimal): -1052996 or 12381935. OLE color: 12381935.

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

Color convert

RGB239238188-
CMYK00.000.210.06
HSL58.82º61.45%83.73%-
HSV(B)58.82º21.34%93.73%-
XYZ75.2583.1359.66-
YUV232.6102.83132.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 238 (93.36% from 255) = 35.79%
BLUE value IS 188 (73.83% from 255) = 28.27%
R=35.94%
G=35.79%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923818800.000.210.0658.8261.4583.73
HexEFEEBC001563b3d54
Octal357356274002567375124
Binary11101111111011101011110000101011101110111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEBC; }

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

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

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

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

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

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

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

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