#E1CCAF

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

Shades of Spanish White #E1CCAF

Tints of Spanish White #E1CCAF

Color information

#E1CCAF (or 0xE1CCAF) is unknown color: approx Spanish White. HEX triplet: E1, CC and AF. RGB value is (225,204,175). Sum of RGB (Red+Green+Blue) = 225+204+175=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCAF is #1E3350. Grayscale: #CFCFCF. Windows color (decimal): -1979217 or 11521249. OLE color: 11521249.

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

Color convert

RGB225204175-
CMYK00.090.220.12
HSL34.8º45.45%78.43%-
HSV(B)34.8º22.22%88.24%-
XYZ60.3862.2949.4-
YUV206.97109.96140.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=37.25%
G=33.77%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520417500.090.220.1234.845.4578.43
HexE1CCAF0916C232d4e
Octal34131425701126144355116
Binary111000011100110010101111010011011011001000111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCAF; }

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

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

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

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

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

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

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

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