Html Css Color HEX #E5E29D Primrose

📋 copy color: '#E5E29D'

red 229 ◦ green 226 ◦ blue 157

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

Shades of Primrose #E5E29D

Tints of Primrose #E5E29D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.93%

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

R = 37.42%
G = 36.93%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5E29D (or 0xE5E29D) is known color: Primrose. HEX triplet: E5, E2 and 9D. RGB value is (229,226,157). Sum of RGB (Red+Green+Blue) = 229+226+157=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E29D is #1A1D62. Grayscale: #DBDBDB. Windows color (decimal): -1711459 or 10347237. OLE color: 10347237.

HSL color Cylindrical-coordinate representation of color #E5E29D: hue angle of 57.5º 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 #E5E29D is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 226 157 -
CMYK 0 0.01 0.31 0.10
HSL 57.5º 0.58% 0.76% -
HSV(B) 57.5º 0.31% 0.9% -
XYZ 65.6 73.49 42.63 -
YUV 219.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 229 226 157 0 0.01 0.31 0.10 57.5 0.58 0.76
Hex E5 E2 9D 0 1 1F A 3A 3A 4C
Octal 345 342 235 0 1 37 12 72 72 114
Binary 11100101 11100010 10011101 0 1 11111 1010 111010 111010 1001100

Color Harmonies of #E5E29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E29D

Black with #E5E29D

Text Example


Text Example

White with #E5E29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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