Html Css Color HEX #E2D890 Primrose

📋 copy color: '#E2D890'

red 226 ◦ green 216 ◦ blue 144

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

Shades of Primrose #E2D890

Tints of Primrose #E2D890

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.86%

 BLUE value IS 144 (56.64% from 255) = 24.57%

R = 38.57%
G = 36.86%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2D890 (or 0xE2D890) is known color: Primrose. HEX triplet: E2, D8 and 90. RGB value is (226,216,144). Sum of RGB (Red+Green+Blue) = 226+216+144=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D890 is #1D276F. Grayscale: #D3D3D3. Windows color (decimal): -1910640 or 9492706. OLE color: 9492706.

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

Color convert

RGB 226 216 144 -
CMYK 0 0.04 0.36 0.11
HSL 52.68º 0.59% 0.73% -
HSV(B) 52.68º 0.36% 0.89% -
XYZ 60.95 67.29 36.16 -
YUV 210.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 226 216 144 0 0.04 0.36 0.11 52.68 0.59 0.73
Hex E2 D8 90 0 4 24 B 35 3B 49
Octal 342 330 220 0 4 44 13 65 73 111
Binary 11100010 11011000 10010000 0 100 100100 1011 110101 111011 1001001

Color Harmonies of #E2D890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D890

Black with #E2D890

Text Example


Text Example

White with #E2D890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D890; }

 p { color: rgb(226,216,144); }

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

background-color css

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

 a { background-color: rgb(226,216,144); }

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

border-color css

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

 span { border-color: rgb(226,216,144); }

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