#E6DF99

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

Shades of Primrose #E6DF99

Tints of Primrose #E6DF99

Color information

#E6DF99 (or 0xE6DF99) is unknown color: approx Primrose. HEX triplet: E6, DF and 99. RGB value is (230,223,153). Sum of RGB (Red+Green+Blue) = 230+223+153=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DF99 is #192066. Grayscale: #D9D9D9. Windows color (decimal): -1646695 or 10084326. OLE color: 10084326.

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

Color convert

RGB230223153-
CMYK00.030.330.10
HSL54.55º60.63%75.1%-
HSV(B)54.55º33.48%90.2%-
XYZ64.7771.940.6-
YUV217.1191.82137.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.95%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 153 (60.16% from 255) = 25.25%
R=37.95%
G=36.80%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022315300.030.330.1054.5560.6375.1
HexE6DF990321A373d4b
Octal3463372310341126775113
Binary11100110110111111001100101110000110101101111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DF99; }

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

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

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

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

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

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

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

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