#E6E0CC

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

Shades of Orange White #E6E0CC

Tints of Orange White #E6E0CC

Color information

#E6E0CC (or 0xE6E0CC) is unknown color: approx Orange White. HEX triplet: E6, E0 and CC. RGB value is (230,224,204). Sum of RGB (Red+Green+Blue) = 230+224+204=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0CC is #191F33. Grayscale: #DFDFDF. Windows color (decimal): -1646388 or 13426918. OLE color: 13426918.

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

Color convert

RGB230224204-
CMYK00.030.110.10
HSL46.15º34.21%85.1%-
HSV(B)46.15º11.3%90.2%-
XYZ70.1974.4967.81-
YUV223.51116.99132.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 224 (87.89% from 255) = 34.04%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=34.95%
G=34.04%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022420400.030.110.1046.1534.2185.1
HexE6E0CC03BA2e2255
Octal3463403140313125642125
Binary111001101110000011001100011101110101011101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E0CC; }

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

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

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

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

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

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

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

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