#E6E0CB

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

Shades of Orange White #E6E0CB

Tints of Orange White #E6E0CB

Color information

#E6E0CB (or 0xE6E0CB) is unknown color: approx Orange White. HEX triplet: E6, E0 and CB. RGB value is (230,224,203). Sum of RGB (Red+Green+Blue) = 230+224+203=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0CB is #191F34. Grayscale: #DFDFDF. Windows color (decimal): -1646389 or 13361382. OLE color: 13361382.

HSL color Cylindrical-coordinate representation of color #E6E0CB: hue angle of 46.67º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6E0CB is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230224203-
CMYK00.030.120.10
HSL46.67º35.06%84.9%-
HSV(B)46.67º11.74%90.2%-
XYZ70.0774.4567.18-
YUV223.4116.49132.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.01%
GREEN value IS 224 (87.89% from 255) = 34.09%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=35.01%
G=34.09%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022420300.030.120.1046.6735.0684.9
HexE6E0CB03CA2f2355
Octal3463403130314125743125
Binary111001101110000011001011011110010101011111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E0CB; }

 p { color: rgb(230,224,203); }

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

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

 a { background-color: rgb(230,224,203); }

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

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

 span { border-color: rgb(230,224,203); }

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