Html Css Color HEX #E9D98D Primrose

📋 copy color: '#E9D98D'

red 233 ◦ green 217 ◦ blue 141

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

Shades of Primrose #E9D98D

Tints of Primrose #E9D98D

RGB

 RED value IS 233 (91.41% from 255) = 39.42%

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

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

R = 39.42%
G = 36.72%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E9D98D (or 0xE9D98D) is known color: Primrose. HEX triplet: E9, D9 and 8D. RGB value is (233,217,141). Sum of RGB (Red+Green+Blue) = 233+217+141=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D98D is #162672. Grayscale: #D5D5D5. Windows color (decimal): -1451635 or 9296361. OLE color: 9296361.

HSL color Cylindrical-coordinate representation of color #E9D98D: hue angle of 49.57º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9D98D is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 217 141 -
CMYK 0 0.07 0.39 0.09
HSL 49.57º 0.68% 0.73% -
HSV(B) 49.57º 0.39% 0.91% -
XYZ 63.22 68.87 35.16 -
YUV 213.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 233 217 141 0 0.07 0.39 0.09 49.57 0.68 0.73
Hex E9 D9 8D 0 7 27 9 32 44 49
Octal 351 331 215 0 7 47 11 62 104 111
Binary 11101001 11011001 10001101 0 111 100111 1001 110010 1000100 1001001

Color Harmonies of #E9D98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D98D

Black with #E9D98D

Text Example


Text Example

White with #E9D98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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