#E6CF92

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

Shades of Double Colonial White #E6CF92

Tints of Double Colonial White #E6CF92

Color information

#E6CF92 (or 0xE6CF92) is unknown color: approx Double Colonial White. HEX triplet: E6, CF and 92. RGB value is (230,207,146). Sum of RGB (Red+Green+Blue) = 230+207+146=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CF92 is #19306D. Grayscale: #CFCFCF. Windows color (decimal): -1650798 or 9621478. OLE color: 9621478.

HSL color Cylindrical-coordinate representation of color #E6CF92: hue angle of 43.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 #E6CF92 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB230207146-
CMYK00.100.370.10
HSL43.57º62.69%73.73%-
HSV(B)43.57º36.52%90.2%-
XYZ60.1363.5236.29-
YUV206.9293.62144.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.45%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 146 (57.42% from 255) = 25.04%
R=39.45%
G=35.51%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020714600.100.370.1043.5762.6973.73
HexE6CF920A25A2c3f4a
Octal34631722201245125477112
Binary1110011011001111100100100101010010110101011001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CF92; }

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

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

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

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

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

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

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

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