#E7E1CA

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

Shades of Orange White #E7E1CA

Tints of Orange White #E7E1CA

Color information

#E7E1CA (or 0xE7E1CA) is unknown color: approx Orange White. HEX triplet: E7, E1 and CA. RGB value is (231,225,202). Sum of RGB (Red+Green+Blue) = 231+225+202=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E1CA is #181E35. Grayscale: #E0E0E0. Windows color (decimal): -1580598 or 13296103. OLE color: 13296103.

HSL color Cylindrical-coordinate representation of color #E7E1CA: hue angle of 47.59º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7E1CA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231225202-
CMYK00.030.130.09
HSL47.59º37.66%84.9%-
HSV(B)47.59º12.55%90.59%-
XYZ70.5475.166.66-
YUV224.17115.49132.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.11%
GREEN value IS 225 (88.28% from 255) = 34.19%
BLUE value IS 202 (79.30% from 255) = 30.70%
R=35.11%
G=34.19%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122520200.030.130.0947.5937.6684.9
HexE7E1CA03D9302655
Octal3473413120315116046125
Binary111001111110000111001010011110110011100001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E1CA; }

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

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

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

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

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

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

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

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