Html Css Color HEX #E5E49D Primrose

📋 copy color: '#E5E49D'

red 229 ◦ green 228 ◦ blue 157

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

Shades of Primrose #E5E49D

Tints of Primrose #E5E49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.57%

R = 37.3%
G = 37.13%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5E49D (or 0xE5E49D) is known color: Primrose. HEX triplet: E5, E4 and 9D. RGB value is (229,228,157). Sum of RGB (Red+Green+Blue) = 229+228+157=614 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.30% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E49D is #1A1B62. Grayscale: #DCDCDC. Windows color (decimal): -1710947 or 10347749. OLE color: 10347749.

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

Color convert

RGB 229 228 157 -
CMYK 0 0.00 0.31 0.10
HSL 59.17º 0.58% 0.76% -
HSV(B) 59.17º 0.31% 0.9% -
XYZ 66.14 74.58 42.81 -
YUV 220.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 229 228 157 0 0.00 0.31 0.10 59.17 0.58 0.76
Hex E5 E4 9D 0 0 1F A 3B 3A 4C
Octal 345 344 235 0 0 37 12 73 72 114
Binary 11100101 11100100 10011101 0 0 11111 1010 111011 111010 1001100

Color Harmonies of #E5E49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E49D

Black with #E5E49D

Text Example


Text Example

White with #E5E49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E49D; }

 p { color: rgb(229,228,157); }

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

background-color css

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

 a { background-color: rgb(229,228,157); }

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

border-color css

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

 span { border-color: rgb(229,228,157); }

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