Html Css Color HEX #E2D591 Primrose

📋 copy color: '#E2D591'

red 226 ◦ green 213 ◦ blue 145

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

Shades of Primrose #E2D591

Tints of Primrose #E2D591

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.47%

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

R = 38.7%
G = 36.47%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2D591 (or 0xE2D591) is known color: Primrose. HEX triplet: E2, D5 and 91. RGB value is (226,213,145). Sum of RGB (Red+Green+Blue) = 226+213+145=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 145 (57.03% from 255 or 24.83% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D591 is #1D2A6E. Grayscale: #D1D1D1. Windows color (decimal): -1911407 or 9557474. OLE color: 9557474.

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

Color convert

RGB 226 213 145 -
CMYK 0 0.06 0.36 0.11
HSL 50.37º 0.58% 0.73% -
HSV(B) 50.37º 0.36% 0.89% -
XYZ 60.27 65.8 36.31 -
YUV 209.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 226 213 145 0 0.06 0.36 0.11 50.37 0.58 0.73
Hex E2 D5 91 0 6 24 B 32 3A 49
Octal 342 325 221 0 6 44 13 62 72 111
Binary 11100010 11010101 10010001 0 110 100100 1011 110010 111010 1001001

Color Harmonies of #E2D591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D591

Black with #E2D591

Text Example


Text Example

White with #E2D591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D591; }

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

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

background-color css

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

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

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

border-color css

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

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

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