#E6DFCD

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

Shades of Orange White #E6DFCD

Tints of Orange White #E6DFCD

Color information

#E6DFCD (or 0xE6DFCD) is unknown color: approx Orange White. HEX triplet: E6, DF and CD. RGB value is (230,223,205). Sum of RGB (Red+Green+Blue) = 230+223+205=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFCD is #192032. Grayscale: #DFDFDF. Windows color (decimal): -1646643 or 13492198. OLE color: 13492198.

HSL color Cylindrical-coordinate representation of color #E6DFCD: hue angle of 43.2º degrees, saturation: 0.33, 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 #E6DFCD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230223205-
CMYK00.030.110.10
HSL43.2º33.33%85.29%-
HSV(B)43.2º10.87%90.2%-
XYZ70.0474.0168.35-
YUV223.04117.82132.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=34.95%
G=33.89%
B=31.16%

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
Decimal23022320500.030.110.1043.233.3385.29
HexE6DFCD03BA2b2155
Octal3463373150313125341125
Binary111001101101111111001101011101110101010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DFCD; }

 p { color: rgb(230,223,205); }

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

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

 a { background-color: rgb(230,223,205); }

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

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

 span { border-color: rgb(230,223,205); }

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