Html Css Color HEX #E9DD96 Primrose

📋 copy color: '#E9DD96'

red 233 ◦ green 221 ◦ blue 150

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

Shades of Primrose #E9DD96

Tints of Primrose #E9DD96

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.59%

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

R = 38.58%
G = 36.59%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E9DD96 (or 0xE9DD96) is known color: Primrose. HEX triplet: E9, DD and 96. RGB value is (233,221,150). Sum of RGB (Red+Green+Blue) = 233+221+150=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DD96 is #162269. Grayscale: #D8D8D8. Windows color (decimal): -1450602 or 9887209. OLE color: 9887209.

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

Color convert

RGB 233 221 150 -
CMYK 0 0.05 0.36 0.09
HSL 51.33º 0.65% 0.75% -
HSV(B) 51.33º 0.36% 0.91% -
XYZ 64.97 71.24 39.18 -
YUV 216.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 233 221 150 0 0.05 0.36 0.09 51.33 0.65 0.75
Hex E9 DD 96 0 5 24 9 33 41 4B
Octal 351 335 226 0 5 44 11 63 101 113
Binary 11101001 11011101 10010110 0 101 100100 1001 110011 1000001 1001011

Color Harmonies of #E9DD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DD96

Black with #E9DD96

Text Example


Text Example

White with #E9DD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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