#E7E1CF

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

Shades of Orange White #E7E1CF

Tints of Orange White #E7E1CF

Color information

#E7E1CF (or 0xE7E1CF) is unknown color: approx Orange White. HEX triplet: E7, E1 and CF. RGB value is (231,225,207). Sum of RGB (Red+Green+Blue) = 231+225+207=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E1CF is #181E30. Grayscale: #E0E0E0. Windows color (decimal): -1580593 or 13623783. OLE color: 13623783.

HSL color Cylindrical-coordinate representation of color #E7E1CF: hue angle of 45º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7E1CF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231225207-
CMYK00.030.100.09
HSL45º33.33%85.88%-
HSV(B)45º10.39%90.59%-
XYZ71.1475.3469.82-
YUV224.74117.99132.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.84%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 207 (81.25% from 255) = 31.22%
R=34.84%
G=33.94%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122520700.030.100.094533.3385.88
HexE7E1CF03A92d2156
Octal3473413170312115541126
Binary111001111110000111001111011101010011011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E1CF; }

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

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

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

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

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

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

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

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