Html Css Color HEX #E9DE96 Primrose

📋 copy color: '#E9DE96'

red 233 ◦ green 222 ◦ blue 150

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

Shades of Primrose #E9DE96

Tints of Primrose #E9DE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.69%

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

R = 38.51%
G = 36.69%
B = 24.79%

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

#E9DE96 (or 0xE9DE96) is known color: Primrose. HEX triplet: E9, DE and 96. RGB value is (233,222,150). Sum of RGB (Red+Green+Blue) = 233+222+150=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DE96 is #162169. Grayscale: #D9D9D9. Windows color (decimal): -1450346 or 9887465. OLE color: 9887465.

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

Color convert

RGB 233 222 150 -
CMYK 0 0.05 0.36 0.09
HSL 52.05º 0.65% 0.75% -
HSV(B) 52.05º 0.36% 0.91% -
XYZ 65.23 71.77 39.27 -
YUV 217.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 233 222 150 0 0.05 0.36 0.09 52.05 0.65 0.75
Hex E9 DE 96 0 5 24 9 34 41 4B
Octal 351 336 226 0 5 44 11 64 101 113
Binary 11101001 11011110 10010110 0 101 100100 1001 110100 1000001 1001011

Color Harmonies of #E9DE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DE96

Black with #E9DE96

Text Example


Text Example

White with #E9DE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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