#E6CB8E

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

Shades of Double Colonial White #E6CB8E

Tints of Double Colonial White #E6CB8E

Color information

#E6CB8E (or 0xE6CB8E) is unknown color: approx Double Colonial White. HEX triplet: E6, CB and 8E. RGB value is (230,203,142). Sum of RGB (Red+Green+Blue) = 230+203+142=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CB8E is #193471. Grayscale: #CCCCCC. Windows color (decimal): -1651826 or 9358310. OLE color: 9358310.

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

Color convert

RGB230203142-
CMYK00.120.380.10
HSL41.59º63.77%72.94%-
HSV(B)41.59º38.26%90.2%-
XYZ58.8761.4934.36-
YUV204.1292.95146.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 142 (55.86% from 255) = 24.70%
R=40%
G=35.30%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020314200.120.380.1041.5963.7772.94
HexE6CB8E0C26A2a4049
Octal346313216014461252100111
Binary11100110110010111000111001100100110101010101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CB8E; }

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

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

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

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

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

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

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

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