Html Css Color HEX #E1DA91 Primrose

📋 copy color: '#E1DA91'

red 225 ◦ green 218 ◦ blue 145

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

Shades of Primrose #E1DA91

Tints of Primrose #E1DA91

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.07%

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

R = 38.27%
G = 37.07%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1DA91 (or 0xE1DA91) is known color: Primrose. HEX triplet: E1, DA and 91. RGB value is (225,218,145). Sum of RGB (Red+Green+Blue) = 225+218+145=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA91 is #1E256E. Grayscale: #D4D4D4. Windows color (decimal): -1975663 or 9558753. OLE color: 9558753.

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

Color convert

RGB 225 218 145 -
CMYK 0 0.03 0.36 0.12
HSL 54.75º 0.57% 0.73% -
HSV(B) 54.75º 0.36% 0.88% -
XYZ 61.23 68.19 36.72 -
YUV 211.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 225 218 145 0 0.03 0.36 0.12 54.75 0.57 0.73
Hex E1 DA 91 0 3 24 C 37 39 49
Octal 341 332 221 0 3 44 14 67 71 111
Binary 11100001 11011010 10010001 0 11 100100 1100 110111 111001 1001001

Color Harmonies of #E1DA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DA91

Black with #E1DA91

Text Example


Text Example

White with #E1DA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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