#E1CCAE

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

Shades of Spanish White #E1CCAE

Tints of Spanish White #E1CCAE

Color information

#E1CCAE (or 0xE1CCAE) is unknown color: approx Spanish White. HEX triplet: E1, CC and AE. RGB value is (225,204,174). Sum of RGB (Red+Green+Blue) = 225+204+174=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCAE is #1E3351. Grayscale: #CFCFCF. Windows color (decimal): -1979218 or 11455713. OLE color: 11455713.

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

Color convert

RGB225204174-
CMYK00.090.230.12
HSL35.29º45.95%78.24%-
HSV(B)35.29º22.67%88.24%-
XYZ60.2862.2548.88-
YUV206.86109.46140.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=37.31%
G=33.83%
B=28.86%

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
Decimal22520417400.090.230.1235.2945.9578.24
HexE1CCAE0917C232e4e
Octal34131425601127144356116
Binary111000011100110010101110010011011111001000111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCAE; }

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

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

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

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

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

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

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

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