#E1D38E

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

Shades of Primrose #E1D38E

Tints of Primrose #E1D38E

Color information

#E1D38E (or 0xE1D38E) is unknown color: approx Primrose. HEX triplet: E1, D3 and 8E. RGB value is (225,211,142). Sum of RGB (Red+Green+Blue) = 225+211+142=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D38E is #1E2C71. Grayscale: #CFCFCF. Windows color (decimal): -1977458 or 9360353. OLE color: 9360353.

HSL color Cylindrical-coordinate representation of color #E1D38E: hue angle of 49.88º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1D38E is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB225211142-
CMYK00.060.370.12
HSL49.88º58.04%71.96%-
HSV(B)49.88º36.89%88.24%-
XYZ59.2364.5534.93-
YUV207.3291.14140.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 211 (82.81% from 255) = 36.51%
BLUE value IS 142 (55.86% from 255) = 24.57%
R=38.93%
G=36.51%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521114200.060.370.1249.8858.0471.96
HexE1D38E0625C323a48
Octal3413232160645146272110
Binary111000011101001110001110011010010111001100101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D38E; }

 p { color: rgb(225,211,142); }

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

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

 a { background-color: rgb(225,211,142); }

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

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

 span { border-color: rgb(225,211,142); }

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