Html Css Color HEX #E1D78D Primrose

📋 copy color: '#E1D78D'

red 225 ◦ green 215 ◦ blue 141

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

Shades of Primrose #E1D78D

Tints of Primrose #E1D78D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.01%

 BLUE value IS 141 (55.47% from 255) = 24.27%

R = 38.73%
G = 37.01%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1D78D (or 0xE1D78D) is known color: Primrose. HEX triplet: E1, D7 and 8D. RGB value is (225,215,141). Sum of RGB (Red+Green+Blue) = 225+215+141=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D78D is #1E2872. Grayscale: #D1D1D1. Windows color (decimal): -1976435 or 9295841. OLE color: 9295841.

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

Color convert

RGB 225 215 141 -
CMYK 0 0.04 0.37 0.12
HSL 52.86º 0.58% 0.72% -
HSV(B) 52.86º 0.37% 0.88% -
XYZ 60.16 66.53 34.87 -
YUV 209.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 225 215 141 0 0.04 0.37 0.12 52.86 0.58 0.72
Hex E1 D7 8D 0 4 25 C 35 3A 48
Octal 341 327 215 0 4 45 14 65 72 110
Binary 11100001 11010111 10001101 0 100 100101 1100 110101 111010 1001000

Color Harmonies of #E1D78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D78D

Black with #E1D78D

Text Example


Text Example

White with #E1D78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D78D; }

 p { color: rgb(225,215,141); }

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

background-color css

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

 a { background-color: rgb(225,215,141); }

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

border-color css

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

 span { border-color: rgb(225,215,141); }

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