#E0CEAB

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

Shades of Spanish White #E0CEAB

Tints of Spanish White #E0CEAB

Color information

#E0CEAB (or 0xE0CEAB) is unknown color: approx Spanish White. HEX triplet: E0, CE and AB. RGB value is (224,206,171). Sum of RGB (Red+Green+Blue) = 224+206+171=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CEAB is #1F3154. Grayscale: #CFCFCF. Windows color (decimal): -2044245 or 11259616. OLE color: 11259616.

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

Color convert

RGB224206171-
CMYK00.080.240.12
HSL39.62º46.09%77.45%-
HSV(B)39.62º23.66%87.84%-
XYZ60.1662.9347.5-
YUV207.39107.46139.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=37.27%
G=34.28%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420617100.080.240.1239.6246.0977.45
HexE0CEAB0818C282e4d
Octal34031625301030145056115
Binary111000001100111010101011010001100011001010001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEAB; }

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

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

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

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

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

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

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

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