Html Css Color HEX #E1D591 Primrose

📋 copy color: '#E1D591'

red 225 ◦ green 213 ◦ blue 145

#E1D591
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #E1D591

Tints of Primrose #E1D591

RGB

 RED value IS 225 (88.28% from 255) = 38.59%

 GREEN value IS 213 (83.59% from 255) = 36.54%

 BLUE value IS 145 (57.03% from 255) = 24.87%

R = 38.59%
G = 36.54%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1D591 (or 0xE1D591) is known color: Primrose. HEX triplet: E1, D5 and 91. RGB value is (225,213,145). Sum of RGB (Red+Green+Blue) = 225+213+145=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D591 is #1E2A6E. Grayscale: #D1D1D1. Windows color (decimal): -1976943 or 9557473. OLE color: 9557473.

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

Color convert

RGB 225 213 145 -
CMYK 0 0.05 0.36 0.12
HSL 51º 0.57% 0.73% -
HSV(B) 51º 0.36% 0.88% -
XYZ 59.96 65.64 36.3 -
YUV 208.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 225 213 145 0 0.05 0.36 0.12 51 0.57 0.73
Hex E1 D5 91 0 5 24 C 33 39 49
Octal 341 325 221 0 5 44 14 63 71 111
Binary 11100001 11010101 10010001 0 101 100100 1100 110011 111001 1001001

Color Harmonies of #E1D591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D591

Black with #E1D591

Text Example


Text Example

White with #E1D591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D591; }

 p { color: rgb(225,213,145); }

 H1.HeaderClassName
 {
   color: #E1D591;
 }
 .AnyTagClassName
 {
   color: #E1D591;
 }
</style>

background-color css

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

 a { background-color: rgb(225,213,145); }

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

border-color css

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

 span { border-color: rgb(225,213,145); }

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