#E6DE9A

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

Shades of Primrose #E6DE9A

Tints of Primrose #E6DE9A

Color information

#E6DE9A (or 0xE6DE9A) is unknown color: approx Primrose. HEX triplet: E6, DE and 9A. RGB value is (230,222,154). Sum of RGB (Red+Green+Blue) = 230+222+154=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DE9A is #192165. Grayscale: #D8D8D8. Windows color (decimal): -1646950 or 10149606. OLE color: 10149606.

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

Color convert

RGB230222154-
CMYK00.030.330.10
HSL53.68º60.32%75.29%-
HSV(B)53.68º33.04%90.2%-
XYZ64.5971.440.95-
YUV216.6492.65137.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.95%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=37.95%
G=36.63%
B=25.41%

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
Decimal23022215400.030.330.1053.6860.3275.29
HexE6DE9A0321A363c4b
Octal3463362320341126674113
Binary11100110110111101001101001110000110101101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DE9A; }

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

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

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

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

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

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

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

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