Html Css Color HEX #E1DB86 Primrose

📋 copy color: '#E1DB86'

red 225 ◦ green 219 ◦ blue 134

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

Shades of Primrose #E1DB86

Tints of Primrose #E1DB86

RGB

 RED value IS 225 (88.28% from 255) = 38.93%

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

 BLUE value IS 134 (52.73% from 255) = 23.18%

R = 38.93%
G = 37.89%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E1DB86 (or 0xE1DB86) is known color: Primrose. HEX triplet: E1, DB and 86. RGB value is (225,219,134). Sum of RGB (Red+Green+Blue) = 225+219+134=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB86 is #1E2479. Grayscale: #D3D3D3. Windows color (decimal): -1975418 or 8838113. OLE color: 8838113.

HSL color Cylindrical-coordinate representation of color #E1DB86: hue angle of 56.04º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1DB86 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 219 134 -
CMYK 0 0.03 0.40 0.12
HSL 56.04º 0.6% 0.7% -
HSV(B) 56.04º 0.4% 0.88% -
XYZ 60.69 68.39 32.56 -
YUV 211.1 84.49 137.91 -
System Red Green Blue C M Y K H S L
Decimal 225 219 134 0 0.03 0.40 0.12 56.04 0.6 0.7
Hex E1 DB 86 0 3 28 C 38 3C 46
Octal 341 333 206 0 3 50 14 70 74 106
Binary 11100001 11011011 10000110 0 11 101000 1100 111000 111100 1000110

Color Harmonies of #E1DB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB86

Black with #E1DB86

Text Example


Text Example

White with #E1DB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB86; }

 p { color: rgb(225,219,134); }

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

background-color css

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

 a { background-color: rgb(225,219,134); }

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

border-color css

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

 span { border-color: rgb(225,219,134); }

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