#E1CFBA

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

Shades of Spanish White #E1CFBA

Tints of Spanish White #E1CFBA

Color information

#E1CFBA (or 0xE1CFBA) is unknown color: approx Spanish White. HEX triplet: E1, CF and BA. RGB value is (225,207,186). Sum of RGB (Red+Green+Blue) = 225+207+186=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFBA is #1E3045. Grayscale: #D2D2D2. Windows color (decimal): -1978438 or 12242913. OLE color: 12242913.

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

Color convert

RGB225207186-
CMYK00.080.170.12
HSL32.31º39.39%80.59%-
HSV(B)32.31º17.33%88.24%-
XYZ62.2364.1855.56-
YUV209.99114.46138.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=36.41%
G=33.50%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520718600.080.170.1232.3139.3980.59
HexE1CFBA0811C202751
Octal34131727201021144047121
Binary111000011100111110111010010001000111001000001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFBA; }

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

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

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

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

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

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

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

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