Html Css Color HEX #E5D98D Primrose

📋 copy color: '#E5D98D'

red 229 ◦ green 217 ◦ blue 141

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

Shades of Primrose #E5D98D

Tints of Primrose #E5D98D

RGB

 RED value IS 229 (89.84% from 255) = 39.01%

 GREEN value IS 217 (85.16% from 255) = 36.97%

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

R = 39.01%
G = 36.97%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5D98D (or 0xE5D98D) is known color: Primrose. HEX triplet: E5, D9 and 8D. RGB value is (229,217,141). Sum of RGB (Red+Green+Blue) = 229+217+141=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D98D is #1A2672. Grayscale: #D4D4D4. Windows color (decimal): -1713779 or 9296357. OLE color: 9296357.

HSL color Cylindrical-coordinate representation of color #E5D98D: hue angle of 51.82º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5D98D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 217 141 -
CMYK 0 0.05 0.38 0.10
HSL 51.82º 0.63% 0.73% -
HSV(B) 51.82º 0.38% 0.9% -
XYZ 61.93 68.21 35.1 -
YUV 211.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 229 217 141 0 0.05 0.38 0.10 51.82 0.63 0.73
Hex E5 D9 8D 0 5 26 A 34 3F 49
Octal 345 331 215 0 5 46 12 64 77 111
Binary 11100101 11011001 10001101 0 101 100110 1010 110100 111111 1001001

Color Harmonies of #E5D98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D98D

Black with #E5D98D

Text Example


Text Example

White with #E5D98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D98D; }

 p { color: rgb(229,217,141); }

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

background-color css

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

 a { background-color: rgb(229,217,141); }

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

border-color css

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

 span { border-color: rgb(229,217,141); }

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