#E1CCAD

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

Shades of Spanish White #E1CCAD

Tints of Spanish White #E1CCAD

Color information

#E1CCAD (or 0xE1CCAD) is unknown color: approx Spanish White. HEX triplet: E1, CC and AD. RGB value is (225,204,173). Sum of RGB (Red+Green+Blue) = 225+204+173=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCAD is #1E3352. Grayscale: #CECECE. Windows color (decimal): -1979219 or 11390177. OLE color: 11390177.

HSL color Cylindrical-coordinate representation of color #E1CCAD: hue angle of 35.77º degrees, saturation: 0.46, 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 #E1CCAD is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225204173-
CMYK00.090.230.12
HSL35.77º46.43%78.04%-
HSV(B)35.77º23.11%88.24%-
XYZ60.1962.2148.37-
YUV206.74108.96141.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=37.38%
G=33.89%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520417300.090.230.1235.7746.4378.04
HexE1CCAD0917C242e4e
Octal34131425501127144456116
Binary111000011100110010101101010011011111001001001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCAD; }

 p { color: rgb(225,204,173); }

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

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

 a { background-color: rgb(225,204,173); }

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

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

 span { border-color: rgb(225,204,173); }

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