Html Css Color HEX #E1DC90 Primrose

📋 copy color: '#E1DC90'

red 225 ◦ green 220 ◦ blue 144

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

Shades of Primrose #E1DC90

Tints of Primrose #E1DC90

RGB

 RED value IS 225 (88.28% from 255) = 38.2%

 GREEN value IS 220 (86.33% from 255) = 37.35%

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

R = 38.2%
G = 37.35%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1DC90 (or 0xE1DC90) is known color: Primrose. HEX triplet: E1, DC and 90. RGB value is (225,220,144). Sum of RGB (Red+Green+Blue) = 225+220+144=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC90 is #1E236F. Grayscale: #D5D5D5. Windows color (decimal): -1975152 or 9493729. OLE color: 9493729.

HSL color Cylindrical-coordinate representation of color #E1DC90: hue angle of 56.3º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1DC90 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 220 144 -
CMYK 0 0.02 0.36 0.12
HSL 56.3º 0.57% 0.72% -
HSV(B) 56.3º 0.36% 0.88% -
XYZ 61.68 69.21 36.49 -
YUV 212.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 225 220 144 0 0.02 0.36 0.12 56.3 0.57 0.72
Hex E1 DC 90 0 2 24 C 38 39 48
Octal 341 334 220 0 2 44 14 70 71 110
Binary 11100001 11011100 10010000 0 10 100100 1100 111000 111001 1001000

Color Harmonies of #E1DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC90

Black with #E1DC90

Text Example


Text Example

White with #E1DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC90; }

 p { color: rgb(225,220,144); }

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

background-color css

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

 a { background-color: rgb(225,220,144); }

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

border-color css

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

 span { border-color: rgb(225,220,144); }

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