Html Css Color HEX #E5AC96 Wax Flower

📋 copy color: '#E5AC96'

red 229 ◦ green 172 ◦ blue 150

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

Shades of Wax Flower #E5AC96

Tints of Wax Flower #E5AC96

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.22%

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

R = 41.56%
G = 31.22%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5AC96 (or 0xE5AC96) is known color: Wax Flower. HEX triplet: E5, AC and 96. RGB value is (229,172,150). Sum of RGB (Red+Green+Blue) = 229+172+150=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AC96 is #1A5369. Grayscale: #BABABA. Windows color (decimal): -1725290 or 9874661. OLE color: 9874661.

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

Color convert

RGB 229 172 150 -
CMYK 0 0.25 0.34 0.10
HSL 16.71º 0.6% 0.74% -
HSV(B) 16.71º 0.34% 0.9% -
XYZ 52.57 48.37 35.42 -
YUV 186.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 229 172 150 0 0.25 0.34 0.10 16.71 0.6 0.74
Hex E5 AC 96 0 19 22 A 11 3C 4A
Octal 345 254 226 0 31 42 12 21 74 112
Binary 11100101 10101100 10010110 0 11001 100010 1010 10001 111100 1001010

Color Harmonies of #E5AC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AC96

Black with #E5AC96

Text Example


Text Example

White with #E5AC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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