Html Css Color HEX #E2DB97 Primrose

📋 copy color: '#E2DB97'

red 226 ◦ green 219 ◦ blue 151

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

Shades of Primrose #E2DB97

Tints of Primrose #E2DB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.34%

R = 37.92%
G = 36.74%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2DB97 (or 0xE2DB97) is known color: Primrose. HEX triplet: E2, DB and 97. RGB value is (226,219,151). Sum of RGB (Red+Green+Blue) = 226+219+151=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB97 is #1D2468. Grayscale: #D5D5D5. Windows color (decimal): -1909865 or 9952226. OLE color: 9952226.

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

Color convert

RGB 226 219 151 -
CMYK 0 0.03 0.33 0.11
HSL 54.4º 0.56% 0.74% -
HSV(B) 54.4º 0.33% 0.89% -
XYZ 62.28 69.07 39.33 -
YUV 213.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 226 219 151 0 0.03 0.33 0.11 54.4 0.56 0.74
Hex E2 DB 97 0 3 21 B 36 38 4A
Octal 342 333 227 0 3 41 13 66 70 112
Binary 11100010 11011011 10010111 0 11 100001 1011 110110 111000 1001010

Color Harmonies of #E2DB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB97

Black with #E2DB97

Text Example


Text Example

White with #E2DB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB97; }

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

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

background-color css

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

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

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

border-color css

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

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

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