#EDECBB

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

Shades of Cumulus #EDECBB

Tints of Cumulus #EDECBB

Color information

#EDECBB (or 0xEDECBB) is unknown color: approx Cumulus. HEX triplet: ED, EC and BB. RGB value is (237,236,187). Sum of RGB (Red+Green+Blue) = 237+236+187=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECBB is #121344. Grayscale: #E6E6E6. Windows color (decimal): -1184581 or 12315885. OLE color: 12315885.

HSL color Cylindrical-coordinate representation of color #EDECBB: hue angle of 58.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDECBB is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237236187-
CMYK00.000.210.07
HSL58.8º58.14%83.14%-
HSV(B)58.8º21.1%92.94%-
XYZ73.8981.5858.87-
YUV230.71103.33132.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 236 (92.58% from 255) = 35.76%
BLUE value IS 187 (73.44% from 255) = 28.33%
R=35.91%
G=35.76%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723618700.000.210.0758.858.1483.14
HexEDECBB001573b3a53
Octal355354273002577372123
Binary11101101111011001011101100101011111110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECBB; }

 p { color: rgb(237,236,187); }

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

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

 a { background-color: rgb(237,236,187); }

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

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

 span { border-color: rgb(237,236,187); }

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