Html Css Color HEX #E7D890 Primrose

📋 copy color: '#E7D890'

red 231 ◦ green 216 ◦ blue 144

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

Shades of Primrose #E7D890

Tints of Primrose #E7D890

RGB

 RED value IS 231 (90.63% from 255) = 39.09%

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

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

R = 39.09%
G = 36.55%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E7D890 (or 0xE7D890) is known color: Primrose. HEX triplet: E7, D8 and 90. RGB value is (231,216,144). Sum of RGB (Red+Green+Blue) = 231+216+144=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D890 is #18276F. Grayscale: #D4D4D4. Windows color (decimal): -1582960 or 9492711. OLE color: 9492711.

HSL color Cylindrical-coordinate representation of color #E7D890: hue angle of 49.66º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7D890 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 216 144 -
CMYK 0 0.06 0.38 0.09
HSL 49.66º 0.64% 0.74% -
HSV(B) 49.66º 0.38% 0.91% -
XYZ 62.54 68.11 36.24 -
YUV 212.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 231 216 144 0 0.06 0.38 0.09 49.66 0.64 0.74
Hex E7 D8 90 0 6 26 9 32 40 4A
Octal 347 330 220 0 6 46 11 62 100 112
Binary 11100111 11011000 10010000 0 110 100110 1001 110010 1000000 1001010

Color Harmonies of #E7D890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D890

Black with #E7D890

Text Example


Text Example

White with #E7D890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D890; }

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

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

background-color css

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

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

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

border-color css

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

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

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