Html Css Color HEX #E9DC96 Primrose

📋 copy color: '#E9DC96'

red 233 ◦ green 220 ◦ blue 150

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

Shades of Primrose #E9DC96

Tints of Primrose #E9DC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.88%

R = 38.64%
G = 36.48%
B = 24.88%

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

#E9DC96 (or 0xE9DC96) is known color: Primrose. HEX triplet: E9, DC and 96. RGB value is (233,220,150). Sum of RGB (Red+Green+Blue) = 233+220+150=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC96 is #162369. Grayscale: #D8D8D8. Windows color (decimal): -1450858 or 9886953. OLE color: 9886953.

HSL color Cylindrical-coordinate representation of color #E9DC96: hue angle of 50.6º degrees, saturation: 0.65, 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 #E9DC96 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 220 150 -
CMYK 0 0.06 0.36 0.09
HSL 50.6º 0.65% 0.75% -
HSV(B) 50.6º 0.36% 0.91% -
XYZ 64.7 70.71 39.09 -
YUV 215.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 233 220 150 0 0.06 0.36 0.09 50.6 0.65 0.75
Hex E9 DC 96 0 6 24 9 33 41 4B
Octal 351 334 226 0 6 44 11 63 101 113
Binary 11101001 11011100 10010110 0 110 100100 1001 110011 1000001 1001011

Color Harmonies of #E9DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DC96

Black with #E9DC96

Text Example


Text Example

White with #E9DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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