#E2CEB9

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

Shades of Spanish White #E2CEB9

Tints of Spanish White #E2CEB9

Color information

#E2CEB9 (or 0xE2CEB9) is unknown color: approx Spanish White. HEX triplet: E2, CE and B9. RGB value is (226,206,185). Sum of RGB (Red+Green+Blue) = 226+206+185=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CEB9 is #1D3146. Grayscale: #D1D1D1. Windows color (decimal): -1913159 or 12177122. OLE color: 12177122.

HSL color Cylindrical-coordinate representation of color #E2CEB9: hue angle of 30.73º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2CEB9 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226206185-
CMYK00.090.180.11
HSL30.73º41.41%80.59%-
HSV(B)30.73º18.14%88.63%-
XYZ62.1963.8154.94-
YUV209.59114.13139.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.63%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=36.63%
G=33.39%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620618500.090.180.1130.7341.4180.59
HexE2CEB90912B1f2951
Octal34231627101122133751121
Binary11100010110011101011100101001100101011111111010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEB9; }

 p { color: rgb(226,206,185); }

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

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

 a { background-color: rgb(226,206,185); }

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

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

 span { border-color: rgb(226,206,185); }

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