#E1CF9B

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

Shades of Double Colonial White #E1CF9B

Tints of Double Colonial White #E1CF9B

Color information

#E1CF9B (or 0xE1CF9B) is unknown color: approx Double Colonial White. HEX triplet: E1, CF and 9B. RGB value is (225,207,155). Sum of RGB (Red+Green+Blue) = 225+207+155=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CF9B is #1E3064. Grayscale: #CECECE. Windows color (decimal): -1978469 or 10211297. OLE color: 10211297.

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

Color convert

RGB225207155-
CMYK00.080.310.12
HSL44.57º53.85%74.51%-
HSV(B)44.57º31.11%88.24%-
XYZ59.286340.05-
YUV206.4598.96141.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.33%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 155 (60.94% from 255) = 26.41%
R=38.33%
G=35.26%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520715500.080.310.1244.5753.8574.51
HexE1CF9B081FC2d364b
Octal34131723301037145566113
Binary111000011100111110011011010001111111001011011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CF9B; }

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

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

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

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

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

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

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

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