Html Css Color HEX #E2DC91 Primrose

📋 copy color: '#E2DC91'

red 226 ◦ green 220 ◦ blue 145

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

Shades of Primrose #E2DC91

Tints of Primrose #E2DC91

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.23%

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

R = 38.24%
G = 37.23%
B = 24.53%

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

#E2DC91 (or 0xE2DC91) is known color: Primrose. HEX triplet: E2, DC and 91. RGB value is (226,220,145). Sum of RGB (Red+Green+Blue) = 226+220+145=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DC91 is #1D236E. Grayscale: #D5D5D5. Windows color (decimal): -1909615 or 9559266. OLE color: 9559266.

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

Color convert

RGB 226 220 145 -
CMYK 0 0.03 0.36 0.11
HSL 55.56º 0.58% 0.73% -
HSV(B) 55.56º 0.36% 0.89% -
XYZ 62.07 69.4 36.91 -
YUV 213.24 89.49 137.1 -
System Red Green Blue C M Y K H S L
Decimal 226 220 145 0 0.03 0.36 0.11 55.56 0.58 0.73
Hex E2 DC 91 0 3 24 B 38 3A 49
Octal 342 334 221 0 3 44 13 70 72 111
Binary 11100010 11011100 10010001 0 11 100100 1011 111000 111010 1001001

Color Harmonies of #E2DC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DC91

Black with #E2DC91

Text Example


Text Example

White with #E2DC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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