#E0CEAD

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

Shades of Spanish White #E0CEAD

Tints of Spanish White #E0CEAD

Color information

#E0CEAD (or 0xE0CEAD) is unknown color: approx Spanish White. HEX triplet: E0, CE and AD. RGB value is (224,206,173). Sum of RGB (Red+Green+Blue) = 224+206+173=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CEAD is #1F3152. Grayscale: #CFCFCF. Windows color (decimal): -2044243 or 11390688. OLE color: 11390688.

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

Color convert

RGB224206173-
CMYK00.080.230.12
HSL38.82º45.13%77.84%-
HSV(B)38.82º22.77%87.84%-
XYZ60.3563.0148.52-
YUV207.62108.46139.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 173 (67.97% from 255) = 28.69%
R=37.15%
G=34.16%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420617300.080.230.1238.8245.1377.84
HexE0CEAD0817C272d4e
Octal34031625501027144755116
Binary111000001100111010101101010001011111001001111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEAD; }

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

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

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

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

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

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

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

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