#E6DC9B

Color #E6DC9B Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #E6DC9B

Tints of Mint Julep #E6DC9B

Color information

#E6DC9B (or 0xE6DC9B) is unknown color: approx Mint Julep. HEX triplet: E6, DC and 9B. RGB value is (230,220,155). Sum of RGB (Red+Green+Blue) = 230+220+155=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DC9B is #192364. Grayscale: #D7D7D7. Windows color (decimal): -1647461 or 10214630. OLE color: 10214630.

HSL color Cylindrical-coordinate representation of color #E6DC9B: hue angle of 52º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6DC9B is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230220155-
CMYK00.040.330.10
HSL52º60%75.49%-
HSV(B)52º32.61%90.2%-
XYZ64.1470.3841.21-
YUV215.5893.81138.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.02%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 155 (60.94% from 255) = 25.62%
R=38.02%
G=36.36%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022015500.040.330.10526075.49
HexE6DC9B0421A343c4b
Octal3463342330441126474113
Binary111001101101110010011011010010000110101101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DC9B; }

 p { color: rgb(230,220,155); }

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

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

 a { background-color: rgb(230,220,155); }

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

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

 span { border-color: rgb(230,220,155); }

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