Html Css Color HEX #E1DF95 Primrose

📋 copy color: '#E1DF95'

red 225 ◦ green 223 ◦ blue 149

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

Shades of Primrose #E1DF95

Tints of Primrose #E1DF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.96%

R = 37.69%
G = 37.35%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E1DF95 (or 0xE1DF95) is known color: Primrose. HEX triplet: E1, DF and 95. RGB value is (225,223,149). Sum of RGB (Red+Green+Blue) = 225+223+149=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DF95 is #1E206A. Grayscale: #D7D7D7. Windows color (decimal): -1974379 or 9822177. OLE color: 9822177.

HSL color Cylindrical-coordinate representation of color #E1DF95: hue angle of 58.42º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1DF95 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 223 149 -
CMYK 0 0.01 0.34 0.12
HSL 58.42º 0.56% 0.73% -
HSV(B) 58.42º 0.34% 0.88% -
XYZ 62.86 70.95 38.82 -
YUV 215.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 225 223 149 0 0.01 0.34 0.12 58.42 0.56 0.73
Hex E1 DF 95 0 1 22 C 3A 38 49
Octal 341 337 225 0 1 42 14 72 70 111
Binary 11100001 11011111 10010101 0 1 100010 1100 111010 111000 1001001

Color Harmonies of #E1DF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF95

Black with #E1DF95

Text Example


Text Example

White with #E1DF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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