#E1CFAC

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

Shades of Spanish White #E1CFAC

Tints of Spanish White #E1CFAC

Color information

#E1CFAC (or 0xE1CFAC) is unknown color: approx Spanish White. HEX triplet: E1, CF and AC. RGB value is (225,207,172). Sum of RGB (Red+Green+Blue) = 225+207+172=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CFAC is #1E3053. Grayscale: #D0D0D0. Windows color (decimal): -1978452 or 11325409. OLE color: 11325409.

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

Color convert

RGB225207172-
CMYK00.080.240.12
HSL39.62º46.9%77.84%-
HSV(B)39.62º23.56%88.24%-
XYZ60.8163.6148.1-
YUV208.39107.46139.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=37.25%
G=34.27%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520717200.080.240.1239.6246.977.84
HexE1CFAC0818C282f4e
Octal34131725401030145057116
Binary111000011100111110101100010001100011001010001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFAC; }

 p { color: rgb(225,207,172); }

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

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

 a { background-color: rgb(225,207,172); }

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

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

 span { border-color: rgb(225,207,172); }

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