Html Css Color HEX #E5E48D Primrose

📋 copy color: '#E5E48D'

red 229 ◦ green 228 ◦ blue 141

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

Shades of Primrose #E5E48D

Tints of Primrose #E5E48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.58%

R = 38.29%
G = 38.13%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5E48D (or 0xE5E48D) is known color: Primrose. HEX triplet: E5, E4 and 8D. RGB value is (229,228,141). Sum of RGB (Red+Green+Blue) = 229+228+141=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E48D is #1A1B72. Grayscale: #DADADA. Windows color (decimal): -1710963 or 9299173. OLE color: 9299173.

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

Color convert

RGB 229 228 141 -
CMYK 0 0.00 0.38 0.10
HSL 59.32º 0.63% 0.73% -
HSV(B) 59.32º 0.38% 0.9% -
XYZ 64.86 74.07 36.08 -
YUV 218.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 229 228 141 0 0.00 0.38 0.10 59.32 0.63 0.73
Hex E5 E4 8D 0 0 26 A 3B 3F 49
Octal 345 344 215 0 0 46 12 73 77 111
Binary 11100101 11100100 10001101 0 0 100110 1010 111011 111111 1001001

Color Harmonies of #E5E48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E48D

Black with #E5E48D

Text Example


Text Example

White with #E5E48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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