Html Css Color HEX #E5A996 Wax Flower

📋 copy color: '#E5A996'

red 229 ◦ green 169 ◦ blue 150

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

Shades of Wax Flower #E5A996

Tints of Wax Flower #E5A996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.84%

 BLUE value IS 150 (58.98% from 255) = 27.37%

R = 41.79%
G = 30.84%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5A996 (or 0xE5A996) is known color: Wax Flower. HEX triplet: E5, A9 and 96. RGB value is (229,169,150). Sum of RGB (Red+Green+Blue) = 229+169+150=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A996 is #1A5669. Grayscale: #B8B8B8. Windows color (decimal): -1726058 or 9873893. OLE color: 9873893.

HSL color Cylindrical-coordinate representation of color #E5A996: hue angle of 14.43º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5A996 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 169 150 -
CMYK 0 0.26 0.34 0.10
HSL 14.43º 0.6% 0.74% -
HSV(B) 14.43º 0.34% 0.9% -
XYZ 52.01 47.24 35.23 -
YUV 184.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 229 169 150 0 0.26 0.34 0.10 14.43 0.6 0.74
Hex E5 A9 96 0 1A 22 A E 3C 4A
Octal 345 251 226 0 32 42 12 16 74 112
Binary 11100101 10101001 10010110 0 11010 100010 1010 1110 111100 1001010

Color Harmonies of #E5A996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A996

Black with #E5A996

Text Example


Text Example

White with #E5A996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A996; }

 p { color: rgb(229,169,150); }

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

background-color css

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

 a { background-color: rgb(229,169,150); }

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

border-color css

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

 span { border-color: rgb(229,169,150); }

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