Html Css Color HEX #E5B29D Wax Flower

📋 copy color: '#E5B29D'

red 229 ◦ green 178 ◦ blue 157

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

Shades of Wax Flower #E5B29D

Tints of Wax Flower #E5B29D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.56%

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

R = 40.6%
G = 31.56%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5B29D (or 0xE5B29D) is known color: Wax Flower. HEX triplet: E5, B2 and 9D. RGB value is (229,178,157). Sum of RGB (Red+Green+Blue) = 229+178+157=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B29D is #1A4D62. Grayscale: #BEBEBE. Windows color (decimal): -1723747 or 10334949. OLE color: 10334949.

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

Color convert

RGB 229 178 157 -
CMYK 0 0.22 0.31 0.10
HSL 17.5º 0.58% 0.76% -
HSV(B) 17.5º 0.31% 0.9% -
XYZ 54.32 50.93 38.87 -
YUV 190.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 229 178 157 0 0.22 0.31 0.10 17.5 0.58 0.76
Hex E5 B2 9D 0 16 1F A 12 3A 4C
Octal 345 262 235 0 26 37 12 22 72 114
Binary 11100101 10110010 10011101 0 10110 11111 1010 10010 111010 1001100

Color Harmonies of #E5B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B29D

Black with #E5B29D

Text Example


Text Example

White with #E5B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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