Html Css Color HEX #E0D986 Primrose

📋 copy color: '#E0D986'

red 224 ◦ green 217 ◦ blue 134

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

Shades of Primrose #E0D986

Tints of Primrose #E0D986

RGB

 RED value IS 224 (87.89% from 255) = 38.96%

 GREEN value IS 217 (85.16% from 255) = 37.74%

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

R = 38.96%
G = 37.74%
B = 23.3%

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

#E0D986 (or 0xE0D986) is known color: Primrose. HEX triplet: E0, D9 and 86. RGB value is (224,217,134). Sum of RGB (Red+Green+Blue) = 224+217+134=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D986 is #1F2679. Grayscale: #D1D1D1. Windows color (decimal): -2041466 or 8837600. OLE color: 8837600.

HSL color Cylindrical-coordinate representation of color #E0D986: hue angle of 55.33º degrees, saturation: 0.59, 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 #E0D986 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 217 134 -
CMYK 0 0.03 0.40 0.12
HSL 55.33º 0.59% 0.7% -
HSV(B) 55.33º 0.4% 0.88% -
XYZ 59.86 67.19 32.37 -
YUV 209.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 224 217 134 0 0.03 0.40 0.12 55.33 0.59 0.7
Hex E0 D9 86 0 3 28 C 37 3B 46
Octal 340 331 206 0 3 50 14 67 73 106
Binary 11100000 11011001 10000110 0 11 101000 1100 110111 111011 1000110

Color Harmonies of #E0D986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D986

Black with #E0D986

Text Example


Text Example

White with #E0D986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D986; }

 p { color: rgb(224,217,134); }

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

background-color css

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

 a { background-color: rgb(224,217,134); }

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

border-color css

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

 span { border-color: rgb(224,217,134); }

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