Html Css Color HEX #E2D590 Primrose

📋 copy color: '#E2D590'

red 226 ◦ green 213 ◦ blue 144

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

Shades of Primrose #E2D590

Tints of Primrose #E2D590

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.54%

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

R = 38.77%
G = 36.54%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2D590 (or 0xE2D590) is known color: Primrose. HEX triplet: E2, D5 and 90. RGB value is (226,213,144). Sum of RGB (Red+Green+Blue) = 226+213+144=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D590 is #1D2A6F. Grayscale: #D1D1D1. Windows color (decimal): -1911408 or 9491938. OLE color: 9491938.

HSL color Cylindrical-coordinate representation of color #E2D590: hue angle of 50.49º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2D590 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 213 144 -
CMYK 0 0.06 0.36 0.11
HSL 50.49º 0.59% 0.73% -
HSV(B) 50.49º 0.36% 0.89% -
XYZ 60.19 65.77 35.91 -
YUV 209.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 226 213 144 0 0.06 0.36 0.11 50.49 0.59 0.73
Hex E2 D5 90 0 6 24 B 32 3B 49
Octal 342 325 220 0 6 44 13 62 73 111
Binary 11100010 11010101 10010000 0 110 100100 1011 110010 111011 1001001

Color Harmonies of #E2D590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D590

Black with #E2D590

Text Example


Text Example

White with #E2D590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D590; }

 p { color: rgb(226,213,144); }

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

background-color css

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

 a { background-color: rgb(226,213,144); }

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

border-color css

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

 span { border-color: rgb(226,213,144); }

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