#E6DC99

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

Shades of Primrose #E6DC99

Tints of Primrose #E6DC99

Color information

#E6DC99 (or 0xE6DC99) is unknown color: approx Primrose. HEX triplet: E6, DC and 99. RGB value is (230,220,153). Sum of RGB (Red+Green+Blue) = 230+220+153=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DC99 is #192366. Grayscale: #D7D7D7. Windows color (decimal): -1647463 or 10083558. OLE color: 10083558.

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

Color convert

RGB230220153-
CMYK00.040.330.10
HSL52.21º60.63%75.1%-
HSV(B)52.21º33.48%90.2%-
XYZ63.9870.3140.34-
YUV215.3592.81138.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.14%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 153 (60.16% from 255) = 25.37%
R=38.14%
G=36.48%
B=25.37%

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
Decimal23022015300.040.330.1052.2160.6375.1
HexE6DC990421A343d4b
Octal3463342310441126475113
Binary111001101101110010011001010010000110101101001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DC99; }

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

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

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

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

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

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

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

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