Html Css Color HEX #E1DC85 Primrose

📋 copy color: '#E1DC85'

red 225 ◦ green 220 ◦ blue 133

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

Shades of Primrose #E1DC85

Tints of Primrose #E1DC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.01%

R = 38.93%
G = 38.06%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E1DC85 (or 0xE1DC85) is known color: Primrose. HEX triplet: E1, DC and 85. RGB value is (225,220,133). Sum of RGB (Red+Green+Blue) = 225+220+133=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC85 is #1E237A. Grayscale: #D3D3D3. Windows color (decimal): -1975163 or 8772833. OLE color: 8772833.

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

Color convert

RGB 225 220 133 -
CMYK 0 0.02 0.41 0.12
HSL 56.74º 0.61% 0.7% -
HSV(B) 56.74º 0.41% 0.88% -
XYZ 60.88 68.89 32.28 -
YUV 211.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 225 220 133 0 0.02 0.41 0.12 56.74 0.61 0.7
Hex E1 DC 85 0 2 29 C 39 3D 46
Octal 341 334 205 0 2 51 14 71 75 106
Binary 11100001 11011100 10000101 0 10 101001 1100 111001 111101 1000110

Color Harmonies of #E1DC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC85

Black with #E1DC85

Text Example


Text Example

White with #E1DC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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