Html Css Color HEX #E9DC95 Primrose

📋 copy color: '#E9DC95'

red 233 ◦ green 220 ◦ blue 149

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

Shades of Primrose #E9DC95

Tints of Primrose #E9DC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.75%

R = 38.7%
G = 36.54%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E9DC95 (or 0xE9DC95) is known color: Primrose. HEX triplet: E9, DC and 95. RGB value is (233,220,149). Sum of RGB (Red+Green+Blue) = 233+220+149=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC95 is #16236A. Grayscale: #D8D8D8. Windows color (decimal): -1450859 or 9821417. OLE color: 9821417.

HSL color Cylindrical-coordinate representation of color #E9DC95: hue angle of 50.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9DC95 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 220 149 -
CMYK 0 0.06 0.36 0.09
HSL 50.71º 0.66% 0.75% -
HSV(B) 50.71º 0.36% 0.91% -
XYZ 64.62 70.68 38.67 -
YUV 215.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 233 220 149 0 0.06 0.36 0.09 50.71 0.66 0.75
Hex E9 DC 95 0 6 24 9 33 42 4B
Octal 351 334 225 0 6 44 11 63 102 113
Binary 11101001 11011100 10010101 0 110 100100 1001 110011 1000010 1001011

Color Harmonies of #E9DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DC95

Black with #E9DC95

Text Example


Text Example

White with #E9DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DC95; }

 p { color: rgb(233,220,149); }

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

background-color css

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

 a { background-color: rgb(233,220,149); }

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

border-color css

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

 span { border-color: rgb(233,220,149); }

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