#ECDBB1

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

Shades of Beeswax #ECDBB1

Tints of Beeswax #ECDBB1

Color information

#ECDBB1 (or 0xECDBB1) is unknown color: approx Beeswax. HEX triplet: EC, DB and B1. RGB value is (236,219,177). Sum of RGB (Red+Green+Blue) = 236+219+177=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDBB1 is #13244E. Grayscale: #DBDBDB. Windows color (decimal): -1254479 or 11656172. OLE color: 11656172.

HSL color Cylindrical-coordinate representation of color #ECDBB1: hue angle of 42.71º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECDBB1 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236219177-
CMYK00.070.250.07
HSL42.71º60.82%80.98%-
HSV(B)42.71º25%92.55%-
XYZ67.8671.6751.85-
YUV219.3104.13139.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 177 (69.53% from 255) = 28.01%
R=37.34%
G=34.65%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621917700.070.250.0742.7160.8280.98
HexECDBB1071972b3d51
Octal354333261073175375121
Binary1110110011011011101100010111110011111010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBB1; }

 p { color: rgb(236,219,177); }

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

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

 a { background-color: rgb(236,219,177); }

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

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

 span { border-color: rgb(236,219,177); }

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