Html Css Color HEX #E2D490 Primrose

📋 copy color: '#E2D490'

red 226 ◦ green 212 ◦ blue 144

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

Shades of Primrose #E2D490

Tints of Primrose #E2D490

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.43%

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

R = 38.83%
G = 36.43%
B = 24.74%

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

#E2D490 (or 0xE2D490) is known color: Primrose. HEX triplet: E2, D4 and 90. RGB value is (226,212,144). Sum of RGB (Red+Green+Blue) = 226+212+144=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D490 is #1D2B6F. Grayscale: #D0D0D0. Windows color (decimal): -1911664 or 9491682. OLE color: 9491682.

HSL color Cylindrical-coordinate representation of color #E2D490: hue angle of 49.76º 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 #E2D490 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 212 144 -
CMYK 0 0.06 0.36 0.11
HSL 49.76º 0.59% 0.73% -
HSV(B) 49.76º 0.36% 0.89% -
XYZ 59.94 65.27 35.82 -
YUV 208.43 91.64 140.53 -
System Red Green Blue C M Y K H S L
Decimal 226 212 144 0 0.06 0.36 0.11 49.76 0.59 0.73
Hex E2 D4 90 0 6 24 B 32 3B 49
Octal 342 324 220 0 6 44 13 62 73 111
Binary 11100010 11010100 10010000 0 110 100100 1011 110010 111011 1001001

Color Harmonies of #E2D490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D490

Black with #E2D490

Text Example


Text Example

White with #E2D490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D490; }

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

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

background-color css

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

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

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

border-color css

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

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

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