#EFEEBD

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

Shades of Cumulus #EFEEBD

Tints of Cumulus #EFEEBD

Color information

#EFEEBD (or 0xEFEEBD) is unknown color: approx Cumulus. HEX triplet: EF, EE and BD. RGB value is (239,238,189). Sum of RGB (Red+Green+Blue) = 239+238+189=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEBD is #101142. Grayscale: #E8E8E8. Windows color (decimal): -1052995 or 12447471. OLE color: 12447471.

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

Color convert

RGB239238189-
CMYK00.000.210.06
HSL58.8º60.98%83.92%-
HSV(B)58.8º20.92%93.73%-
XYZ75.3683.1760.23-
YUV232.71103.33132.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 238 (93.36% from 255) = 35.74%
BLUE value IS 189 (74.22% from 255) = 28.38%
R=35.89%
G=35.74%
B=28.38%

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
Decimal23923818900.000.210.0658.860.9883.92
HexEFEEBD001563b3d54
Octal357356275002567375124
Binary11101111111011101011110100101011101110111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEBD; }

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

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

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

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

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

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

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

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