#E6D692

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

Shades of Double Colonial White #E6D692

Tints of Double Colonial White #E6D692

Color information

#E6D692 (or 0xE6D692) is unknown color: approx Double Colonial White. HEX triplet: E6, D6 and 92. RGB value is (230,214,146). Sum of RGB (Red+Green+Blue) = 230+214+146=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D692 is #19296D. Grayscale: #D3D3D3. Windows color (decimal): -1649006 or 9623270. OLE color: 9623270.

HSL color Cylindrical-coordinate representation of color #E6D692: hue angle of 48.57º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6D692 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB230214146-
CMYK00.070.370.10
HSL48.57º62.69%73.73%-
HSV(B)48.57º36.52%90.2%-
XYZ61.8766.9936.86-
YUV211.0391.3141.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.98%
GREEN value IS 214 (83.98% from 255) = 36.27%
BLUE value IS 146 (57.42% from 255) = 24.75%
R=38.98%
G=36.27%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021414600.070.370.1048.5762.6973.73
HexE6D6920725A313f4a
Octal3463262220745126177112
Binary111001101101011010010010011110010110101100011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D692; }

 p { color: rgb(230,214,146); }

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

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

 a { background-color: rgb(230,214,146); }

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

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

 span { border-color: rgb(230,214,146); }

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