Html Css Color HEX #E9E495 Primrose

📋 copy color: '#E9E495'

red 233 ◦ green 228 ◦ blue 149

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

Shades of Primrose #E9E495

Tints of Primrose #E9E495

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.38%

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

R = 38.2%
G = 37.38%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E9E495 (or 0xE9E495) is known color: Primrose. HEX triplet: E9, E4 and 95. RGB value is (233,228,149). Sum of RGB (Red+Green+Blue) = 233+228+149=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E495 is #161B6A. Grayscale: #DCDCDC. Windows color (decimal): -1448811 or 9823465. OLE color: 9823465.

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

Color convert

RGB 233 228 149 -
CMYK 0 0.02 0.36 0.09
HSL 56.43º 0.66% 0.75% -
HSV(B) 56.43º 0.36% 0.91% -
XYZ 66.77 74.98 39.39 -
YUV 220.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 233 228 149 0 0.02 0.36 0.09 56.43 0.66 0.75
Hex E9 E4 95 0 2 24 9 38 42 4B
Octal 351 344 225 0 2 44 11 70 102 113
Binary 11101001 11100100 10010101 0 10 100100 1001 111000 1000010 1001011

Color Harmonies of #E9E495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E495

Black with #E9E495

Text Example


Text Example

White with #E9E495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E495; }

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

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

background-color css

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

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

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

border-color css

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

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

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