Html Css Color HEX #E2DB91 Primrose

📋 copy color: '#E2DB91'

red 226 ◦ green 219 ◦ blue 145

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

Shades of Primrose #E2DB91

Tints of Primrose #E2DB91

RGB

 RED value IS 226 (88.67% from 255) = 38.31%

 GREEN value IS 219 (85.94% from 255) = 37.12%

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

R = 38.31%
G = 37.12%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2DB91 (or 0xE2DB91) is known color: Primrose. HEX triplet: E2, DB and 91. RGB value is (226,219,145). Sum of RGB (Red+Green+Blue) = 226+219+145=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB91 is #1D246E. Grayscale: #D4D4D4. Windows color (decimal): -1909871 or 9559010. OLE color: 9559010.

HSL color Cylindrical-coordinate representation of color #E2DB91: hue angle of 54.81º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2DB91 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 219 145 -
CMYK 0 0.03 0.36 0.11
HSL 54.81º 0.58% 0.73% -
HSV(B) 54.81º 0.36% 0.89% -
XYZ 61.81 68.88 36.82 -
YUV 212.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 226 219 145 0 0.03 0.36 0.11 54.81 0.58 0.73
Hex E2 DB 91 0 3 24 B 37 3A 49
Octal 342 333 221 0 3 44 13 67 72 111
Binary 11100010 11011011 10010001 0 11 100100 1011 110111 111010 1001001

Color Harmonies of #E2DB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB91

Black with #E2DB91

Text Example


Text Example

White with #E2DB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB91; }

 p { color: rgb(226,219,145); }

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

background-color css

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

 a { background-color: rgb(226,219,145); }

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

border-color css

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

 span { border-color: rgb(226,219,145); }

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