Html Css Color HEX #E1DF90 Primrose

📋 copy color: '#E1DF90'

red 225 ◦ green 223 ◦ blue 144

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

Shades of Primrose #E1DF90

Tints of Primrose #E1DF90

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.67%

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

R = 38.01%
G = 37.67%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1DF90 (or 0xE1DF90) is known color: Primrose. HEX triplet: E1, DF and 90. RGB value is (225,223,144). Sum of RGB (Red+Green+Blue) = 225+223+144=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DF90 is #1E206F. Grayscale: #D6D6D6. Windows color (decimal): -1974384 or 9494497. OLE color: 9494497.

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

Color convert

RGB 225 223 144 -
CMYK 0 0.01 0.36 0.12
HSL 58.52º 0.57% 0.72% -
HSV(B) 58.52º 0.36% 0.88% -
XYZ 62.47 70.8 36.76 -
YUV 214.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 225 223 144 0 0.01 0.36 0.12 58.52 0.57 0.72
Hex E1 DF 90 0 1 24 C 3B 39 48
Octal 341 337 220 0 1 44 14 73 71 110
Binary 11100001 11011111 10010000 0 1 100100 1100 111011 111001 1001000

Color Harmonies of #E1DF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF90

Black with #E1DF90

Text Example


Text Example

White with #E1DF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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