#E7E2CA

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

Shades of Orange White #E7E2CA

Tints of Orange White #E7E2CA

Color information

#E7E2CA (or 0xE7E2CA) is unknown color: approx Orange White. HEX triplet: E7, E2 and CA. RGB value is (231,226,202). Sum of RGB (Red+Green+Blue) = 231+226+202=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2CA is #181D35. Grayscale: #E0E0E0. Windows color (decimal): -1580342 or 13296359. OLE color: 13296359.

HSL color Cylindrical-coordinate representation of color #E7E2CA: hue angle of 49.66º 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 #E7E2CA is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231226202-
CMYK00.020.130.09
HSL49.66º37.66%84.9%-
HSV(B)49.66º12.55%90.59%-
XYZ70.8175.6566.75-
YUV224.76115.16132.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.05%
GREEN value IS 226 (88.67% from 255) = 34.29%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=35.05%
G=34.29%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122620200.020.130.0949.6637.6684.9
HexE7E2CA02D9322655
Octal3473423120215116246125
Binary111001111110001011001010010110110011100101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E2CA; }

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

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

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

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

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

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

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

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