Html Css Color HEX #E2D887 Primrose

📋 copy color: '#E2D887'

red 226 ◦ green 216 ◦ blue 135

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

Shades of Primrose #E2D887

Tints of Primrose #E2D887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.4%

R = 39.17%
G = 37.44%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#E2D887 (or 0xE2D887) is known color: Primrose. HEX triplet: E2, D8 and 87. RGB value is (226,216,135). Sum of RGB (Red+Green+Blue) = 226+216+135=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 135 (53.12% from 255 or 23.40% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D887 is #1D2778. Grayscale: #D2D2D2. Windows color (decimal): -1910649 or 8902882. OLE color: 8902882.

HSL color Cylindrical-coordinate representation of color #E2D887: hue angle of 53.41º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2D887 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 216 135 -
CMYK 0 0.04 0.40 0.11
HSL 53.41º 0.61% 0.71% -
HSV(B) 53.41º 0.4% 0.89% -
XYZ 60.29 67.03 32.68 -
YUV 209.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 226 216 135 0 0.04 0.40 0.11 53.41 0.61 0.71
Hex E2 D8 87 0 4 28 B 35 3D 47
Octal 342 330 207 0 4 50 13 65 75 107
Binary 11100010 11011000 10000111 0 100 101000 1011 110101 111101 1000111

Color Harmonies of #E2D887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D887

Black with #E2D887

Text Example


Text Example

White with #E2D887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D887; }

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

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

background-color css

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

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

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

border-color css

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

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

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