Html Css Color HEX #E9E095 Primrose

📋 copy color: '#E9E095'

red 233 ◦ green 224 ◦ blue 149

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

Shades of Primrose #E9E095

Tints of Primrose #E9E095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.96%

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

R = 38.45%
G = 36.96%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E9E095 (or 0xE9E095) is known color: Primrose. HEX triplet: E9, E0 and 95. RGB value is (233,224,149). Sum of RGB (Red+Green+Blue) = 233+224+149=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E095 is #161F6A. Grayscale: #DADADA. Windows color (decimal): -1449835 or 9822441. OLE color: 9822441.

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

Color convert

RGB 233 224 149 -
CMYK 0 0.04 0.36 0.09
HSL 53.57º 0.66% 0.75% -
HSV(B) 53.57º 0.36% 0.91% -
XYZ 65.68 72.8 39.02 -
YUV 218.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 233 224 149 0 0.04 0.36 0.09 53.57 0.66 0.75
Hex E9 E0 95 0 4 24 9 36 42 4B
Octal 351 340 225 0 4 44 11 66 102 113
Binary 11101001 11100000 10010101 0 100 100100 1001 110110 1000010 1001011

Color Harmonies of #E9E095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E095

Black with #E9E095

Text Example


Text Example

White with #E9E095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E095; }

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

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

background-color css

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

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

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

border-color css

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

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

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