#E6DF9A

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

Shades of Primrose #E6DF9A

Tints of Primrose #E6DF9A

Color information

#E6DF9A (or 0xE6DF9A) is unknown color: approx Primrose. HEX triplet: E6, DF and 9A. RGB value is (230,223,154). Sum of RGB (Red+Green+Blue) = 230+223+154=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DF9A is #192065. Grayscale: #D9D9D9. Windows color (decimal): -1646694 or 10149862. OLE color: 10149862.

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

Color convert

RGB230223154-
CMYK00.030.330.10
HSL54.47º60.32%75.29%-
HSV(B)54.47º33.04%90.2%-
XYZ64.8571.9341.04-
YUV217.2392.32137.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=37.89%
G=36.74%
B=25.37%

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
Decimal23022315400.030.330.1054.4760.3275.29
HexE6DF9A0321A363c4b
Octal3463372320341126674113
Binary11100110110111111001101001110000110101101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DF9A; }

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

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

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

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

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

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

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

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