Html Css Color HEX #E6D890 Primrose

📋 copy color: '#E6D890'

red 230 ◦ green 216 ◦ blue 144

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

Shades of Primrose #E6D890

Tints of Primrose #E6D890

RGB

 RED value IS 230 (90.23% from 255) = 38.98%

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

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

R = 38.98%
G = 36.61%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E6D890 (or 0xE6D890) is known color: Primrose. HEX triplet: E6, D8 and 90. RGB value is (230,216,144). Sum of RGB (Red+Green+Blue) = 230+216+144=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D890 is #19276F. Grayscale: #D4D4D4. Windows color (decimal): -1648496 or 9492710. OLE color: 9492710.

HSL color Cylindrical-coordinate representation of color #E6D890: hue angle of 50.23º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6D890 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 216 144 -
CMYK 0 0.06 0.37 0.10
HSL 50.23º 0.63% 0.73% -
HSV(B) 50.23º 0.37% 0.9% -
XYZ 62.22 67.95 36.22 -
YUV 211.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 230 216 144 0 0.06 0.37 0.10 50.23 0.63 0.73
Hex E6 D8 90 0 6 25 A 32 3F 49
Octal 346 330 220 0 6 45 12 62 77 111
Binary 11100110 11011000 10010000 0 110 100101 1010 110010 111111 1001001

Color Harmonies of #E6D890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D890

Black with #E6D890

Text Example


Text Example

White with #E6D890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D890; }

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

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

background-color css

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

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

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

border-color css

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

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

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