#E1DF8A

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

Shades of Primrose #E1DF8A

Tints of Primrose #E1DF8A

Color information

#E1DF8A (or 0xE1DF8A) is unknown color: approx Primrose. HEX triplet: E1, DF and 8A. RGB value is (225,223,138). Sum of RGB (Red+Green+Blue) = 225+223+138=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DF8A is #1E2075. Grayscale: #D6D6D6. Windows color (decimal): -1974390 or 9101281. OLE color: 9101281.

HSL color Cylindrical-coordinate representation of color #E1DF8A: hue angle of 58.62º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1DF8A is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB225223138-
CMYK00.010.390.12
HSL58.62º59.18%71.18%-
HSV(B)58.62º38.67%88.24%-
XYZ62.0370.6234.41-
YUV213.9185.16135.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 138 (54.30% from 255) = 23.55%
R=38.40%
G=38.05%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522313800.010.390.1258.6259.1871.18
HexE1DF8A0127C3b3b47
Octal3413372120147147373107
Binary1110000111011111100010100110011111001110111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DF8A; }

 p { color: rgb(225,223,138); }

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

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

 a { background-color: rgb(225,223,138); }

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

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

 span { border-color: rgb(225,223,138); }

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