#E8E1CD

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

Shades of Orange White #E8E1CD

Tints of Orange White #E8E1CD

Color information

#E8E1CD (or 0xE8E1CD) is unknown color: approx Orange White. HEX triplet: E8, E1 and CD. RGB value is (232,225,205). Sum of RGB (Red+Green+Blue) = 232+225+205=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E1CD is #171E32. Grayscale: #E0E0E0. Windows color (decimal): -1515059 or 13492712. OLE color: 13492712.

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

Color convert

RGB232225205-
CMYK00.030.120.09
HSL44.44º36.99%85.69%-
HSV(B)44.44º11.64%90.98%-
XYZ71.2275.4168.56-
YUV224.81116.82133.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.05%
GREEN value IS 225 (88.28% from 255) = 33.99%
BLUE value IS 205 (80.47% from 255) = 30.97%
R=35.05%
G=33.99%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222520500.030.120.0944.4436.9985.69
HexE8E1CD03C92c2556
Octal3503413150314115445126
Binary111010001110000111001101011110010011011001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E1CD; }

 p { color: rgb(232,225,205); }

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

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

 a { background-color: rgb(232,225,205); }

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

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

 span { border-color: rgb(232,225,205); }

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