#E1DF88

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

Shades of Primrose #E1DF88

Tints of Primrose #E1DF88

Color information

#E1DF88 (or 0xE1DF88) is unknown color: approx Primrose. HEX triplet: E1, DF and 88. RGB value is (225,223,136). Sum of RGB (Red+Green+Blue) = 225+223+136=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DF88 is #1E2077. Grayscale: #D6D6D6. Windows color (decimal): -1974392 or 8970209. OLE color: 8970209.

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

Color convert

RGB225223136-
CMYK00.010.400.12
HSL58.65º59.73%70.78%-
HSV(B)58.65º39.56%88.24%-
XYZ61.8870.5633.65-
YUV213.6884.16136.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 136 (53.52% from 255) = 23.29%
R=38.53%
G=38.18%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522313600.010.400.1258.6559.7370.78
HexE1DF880128C3b3c47
Octal3413372100150147374107
Binary1110000111011111100010000110100011001110111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DF88; }

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

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

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

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

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

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

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

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