#E7E2CE

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

Shades of Orange White #E7E2CE

Tints of Orange White #E7E2CE

Color information

#E7E2CE (or 0xE7E2CE) is unknown color: approx Orange White. HEX triplet: E7, E2 and CE. RGB value is (231,226,206). Sum of RGB (Red+Green+Blue) = 231+226+206=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2CE is #181D31. Grayscale: #E1E1E1. Windows color (decimal): -1580338 or 13558503. OLE color: 13558503.

HSL color Cylindrical-coordinate representation of color #E7E2CE: hue angle of 48º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7E2CE is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231226206-
CMYK00.020.110.09
HSL48º34.25%85.69%-
HSV(B)48º10.82%90.59%-
XYZ71.2975.8469.27-
YUV225.22117.16132.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.84%
GREEN value IS 226 (88.67% from 255) = 34.09%
BLUE value IS 206 (80.86% from 255) = 31.07%
R=34.84%
G=34.09%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122620600.020.110.094834.2585.69
HexE7E2CE02B9302256
Octal3473423160213116042126
Binary111001111110001011001110010101110011100001000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E2CE; }

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

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

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

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

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

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

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

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