Html Css Color HEX #E5B69B Wax Flower

📋 copy color: '#E5B69B'

red 229 ◦ green 182 ◦ blue 155

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

Shades of Wax Flower #E5B69B

Tints of Wax Flower #E5B69B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.16%

 BLUE value IS 155 (60.94% from 255) = 27.39%

R = 40.46%
G = 32.16%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5B69B (or 0xE5B69B) is known color: Wax Flower. HEX triplet: E5, B6 and 9B. RGB value is (229,182,155). Sum of RGB (Red+Green+Blue) = 229+182+155=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B69B is #1A4964. Grayscale: #C1C1C1. Windows color (decimal): -1722725 or 10204901. OLE color: 10204901.

HSL color Cylindrical-coordinate representation of color #E5B69B: hue angle of 21.89º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5B69B is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 182 155 -
CMYK 0 0.21 0.32 0.10
HSL 21.89º 0.59% 0.75% -
HSV(B) 21.89º 0.32% 0.9% -
XYZ 54.96 52.48 38.24 -
YUV 192.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 229 182 155 0 0.21 0.32 0.10 21.89 0.59 0.75
Hex E5 B6 9B 0 15 20 A 16 3B 4B
Octal 345 266 233 0 25 40 12 26 73 113
Binary 11100101 10110110 10011011 0 10101 100000 1010 10110 111011 1001011

Color Harmonies of #E5B69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B69B

Black with #E5B69B

Text Example


Text Example

White with #E5B69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B69B; }

 p { color: rgb(229,182,155); }

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

background-color css

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

 a { background-color: rgb(229,182,155); }

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

border-color css

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

 span { border-color: rgb(229,182,155); }

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