Html Css Color HEX #E1D491 Primrose

📋 copy color: '#E1D491'

red 225 ◦ green 212 ◦ blue 145

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

Shades of Primrose #E1D491

Tints of Primrose #E1D491

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.43%

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

R = 38.66%
G = 36.43%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1D491 (or 0xE1D491) is known color: Primrose. HEX triplet: E1, D4 and 91. RGB value is (225,212,145). Sum of RGB (Red+Green+Blue) = 225+212+145=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D491 is #1E2B6E. Grayscale: #D0D0D0. Windows color (decimal): -1977199 or 9557217. OLE color: 9557217.

HSL color Cylindrical-coordinate representation of color #E1D491: hue angle of 50.25º 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 #E1D491 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 212 145 -
CMYK 0 0.06 0.36 0.12
HSL 50.25º 0.57% 0.73% -
HSV(B) 50.25º 0.36% 0.88% -
XYZ 59.71 65.14 36.21 -
YUV 208.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 225 212 145 0 0.06 0.36 0.12 50.25 0.57 0.73
Hex E1 D4 91 0 6 24 C 32 39 49
Octal 341 324 221 0 6 44 14 62 71 111
Binary 11100001 11010100 10010001 0 110 100100 1100 110010 111001 1001001

Color Harmonies of #E1D491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D491

Black with #E1D491

Text Example


Text Example

White with #E1D491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D491; }

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

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

background-color css

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

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

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

border-color css

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

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

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