#E1CDAE

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

Shades of Spanish White #E1CDAE

Tints of Spanish White #E1CDAE

Color information

#E1CDAE (or 0xE1CDAE) is unknown color: approx Spanish White. HEX triplet: E1, CD and AE. RGB value is (225,205,174). Sum of RGB (Red+Green+Blue) = 225+205+174=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CDAE is #1E3251. Grayscale: #CFCFCF. Windows color (decimal): -1978962 or 11455969. OLE color: 11455969.

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

Color convert

RGB225205174-
CMYK00.090.230.12
HSL36.47º45.95%78.24%-
HSV(B)36.47º22.67%88.24%-
XYZ60.5262.7348.96-
YUV207.45109.13140.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=37.25%
G=33.94%
B=28.81%

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
Decimal22520517400.090.230.1236.4745.9578.24
HexE1CDAE0917C242e4e
Octal34131525601127144456116
Binary111000011100110110101110010011011111001001001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDAE; }

 p { color: rgb(225,205,174); }

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

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

 a { background-color: rgb(225,205,174); }

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

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

 span { border-color: rgb(225,205,174); }

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