Html Css Color HEX #E5E695 Primrose

📋 copy color: '#E5E695'

red 229 ◦ green 230 ◦ blue 149

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

Shades of Primrose #E5E695

Tints of Primrose #E5E695

RGB

 RED value IS 229 (89.84% from 255) = 37.66%

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

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

R = 37.66%
G = 37.83%
B = 24.51%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5E695 (or 0xE5E695) is known color: Primrose. HEX triplet: E5, E6 and 95. RGB value is (229,230,149). Sum of RGB (Red+Green+Blue) = 229+230+149=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E695 is #1A196A. Grayscale: #DCDCDC. Windows color (decimal): -1710443 or 9823973. OLE color: 9823973.

HSL color Cylindrical-coordinate representation of color #E5E695: hue angle of 60.74º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5E695 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 230 149 -
CMYK 0.00 0 0.35 0.10
HSL 60.74º 0.62% 0.74% -
HSV(B) 60.74º 0.35% 0.9% -
XYZ 66.03 75.42 39.51 -
YUV 220.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 229 230 149 0.00 0 0.35 0.10 60.74 0.62 0.74
Hex E5 E6 95 0 0 23 A 3D 3E 4A
Octal 345 346 225 0 0 43 12 75 76 112
Binary 11100101 11100110 10010101 0 0 100011 1010 111101 111110 1001010

Color Harmonies of #E5E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E695

Black with #E5E695

Text Example


Text Example

White with #E5E695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E695; }

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

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

background-color css

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

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

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

border-color css

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

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

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