Html Css Color HEX #E8E695 Primrose

📋 copy color: '#E8E695'

red 232 ◦ green 230 ◦ blue 149

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

Shades of Primrose #E8E695

Tints of Primrose #E8E695

RGB

 RED value IS 232 (91.02% from 255) = 37.97%

 GREEN value IS 230 (90.23% from 255) = 37.64%

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

R = 37.97%
G = 37.64%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E8E695 (or 0xE8E695) is known color: Primrose. HEX triplet: E8, E6 and 95. RGB value is (232,230,149). Sum of RGB (Red+Green+Blue) = 232+230+149=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E695 is #17196A. Grayscale: #DDDDDD. Windows color (decimal): -1513835 or 9823976. OLE color: 9823976.

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

Color convert

RGB 232 230 149 -
CMYK 0 0.01 0.36 0.09
HSL 58.55º 0.64% 0.75% -
HSV(B) 58.55º 0.36% 0.91% -
XYZ 67 75.92 39.56 -
YUV 221.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 232 230 149 0 0.01 0.36 0.09 58.55 0.64 0.75
Hex E8 E6 95 0 1 24 9 3B 40 4B
Octal 350 346 225 0 1 44 11 73 100 113
Binary 11101000 11100110 10010101 0 1 100100 1001 111011 1000000 1001011

Color Harmonies of #E8E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8E695

Black with #E8E695

Text Example


Text Example

White with #E8E695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8E695; }

 p { color: rgb(232,230,149); }

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

background-color css

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

 a { background-color: rgb(232,230,149); }

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

border-color css

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

 span { border-color: rgb(232,230,149); }

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