#E1D696

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

Shades of Primrose #E1D696

Tints of Primrose #E1D696

Color information

#E1D696 (or 0xE1D696) is unknown color: approx Primrose. HEX triplet: E1, D6 and 96. RGB value is (225,214,150). Sum of RGB (Red+Green+Blue) = 225+214+150=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D696 is #1E2969. Grayscale: #D2D2D2. Windows color (decimal): -1976682 or 9885409. OLE color: 9885409.

HSL color Cylindrical-coordinate representation of color #E1D696: hue angle of 51.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1D696 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225214150-
CMYK00.050.330.12
HSL51.2º55.56%73.53%-
HSV(B)51.2º33.33%88.24%-
XYZ60.666.338.46-
YUV209.9994.14138.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 150 (58.98% from 255) = 25.47%
R=38.20%
G=36.33%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521415000.050.330.1251.255.5673.53
HexE1D6960521C33384a
Octal3413262260541146370112
Binary111000011101011010010110010110000111001100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D696; }

 p { color: rgb(225,214,150); }

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

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

 a { background-color: rgb(225,214,150); }

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

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

 span { border-color: rgb(225,214,150); }

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