#E0CEBA

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

Shades of Spanish White #E0CEBA

Tints of Spanish White #E0CEBA

Color information

#E0CEBA (or 0xE0CEBA) is unknown color: approx Spanish White. HEX triplet: E0, CE and BA. RGB value is (224,206,186). Sum of RGB (Red+Green+Blue) = 224+206+186=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CEBA is #1F3145. Grayscale: #D1D1D1. Windows color (decimal): -2044230 or 12242656. OLE color: 12242656.

HSL color Cylindrical-coordinate representation of color #E0CEBA: hue angle of 31.58º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0CEBA is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224206186-
CMYK00.080.170.12
HSL31.58º38%80.39%-
HSV(B)31.58º16.96%87.84%-
XYZ61.6763.5455.47-
YUV209.1114.96138.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.36%
GREEN value IS 206 (80.86% from 255) = 33.44%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=36.36%
G=33.44%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420618600.080.170.1231.583880.39
HexE0CEBA0811C202650
Octal34031627201021144046120
Binary111000001100111010111010010001000111001000001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEBA; }

 p { color: rgb(224,206,186); }

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

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

 a { background-color: rgb(224,206,186); }

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

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

 span { border-color: rgb(224,206,186); }

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