#ECDBB0

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

Shades of Beeswax #ECDBB0

Tints of Beeswax #ECDBB0

Color information

#ECDBB0 (or 0xECDBB0) is unknown color: approx Beeswax. HEX triplet: EC, DB and B0. RGB value is (236,219,176). Sum of RGB (Red+Green+Blue) = 236+219+176=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDBB0 is #13244F. Grayscale: #DBDBDB. Windows color (decimal): -1254480 or 11590636. OLE color: 11590636.

HSL color Cylindrical-coordinate representation of color #ECDBB0: hue angle of 43º 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 #ECDBB0 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236219176-
CMYK00.070.250.07
HSL43º61.22%80.78%-
HSV(B)43º25.42%92.55%-
XYZ67.7671.6351.33-
YUV219.18103.63140-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 176 (69.14% from 255) = 27.89%
R=37.40%
G=34.71%
B=27.89%

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
Decimal23621917600.070.250.074361.2280.78
HexECDBB0071972b3d51
Octal354333260073175375121
Binary1110110011011011101100000111110011111010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBB0; }

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

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

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

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

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

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

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

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