Html Css Color HEX #E1D78C Primrose

📋 copy color: '#E1D78C'

red 225 ◦ green 215 ◦ blue 140

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

Shades of Primrose #E1D78C

Tints of Primrose #E1D78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.14%

R = 38.79%
G = 37.07%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1D78C (or 0xE1D78C) is known color: Primrose. HEX triplet: E1, D7 and 8C. RGB value is (225,215,140). Sum of RGB (Red+Green+Blue) = 225+215+140=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D78C is #1E2873. Grayscale: #D1D1D1. Windows color (decimal): -1976436 or 9230305. OLE color: 9230305.

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

Color convert

RGB 225 215 140 -
CMYK 0 0.04 0.38 0.12
HSL 52.94º 0.59% 0.72% -
HSV(B) 52.94º 0.38% 0.88% -
XYZ 60.09 66.5 34.48 -
YUV 209.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 225 215 140 0 0.04 0.38 0.12 52.94 0.59 0.72
Hex E1 D7 8C 0 4 26 C 35 3B 48
Octal 341 327 214 0 4 46 14 65 73 110
Binary 11100001 11010111 10001100 0 100 100110 1100 110101 111011 1001000

Color Harmonies of #E1D78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D78C

Black with #E1D78C

Text Example


Text Example

White with #E1D78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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