Html Css Color HEX #E5AB94 Wax Flower

📋 copy color: '#E5AB94'

red 229 ◦ green 171 ◦ blue 148

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

Shades of Wax Flower #E5AB94

Tints of Wax Flower #E5AB94

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.2%

 BLUE value IS 148 (58.2% from 255) = 27.01%

R = 41.79%
G = 31.2%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5AB94 (or 0xE5AB94) is known color: Wax Flower. HEX triplet: E5, AB and 94. RGB value is (229,171,148). Sum of RGB (Red+Green+Blue) = 229+171+148=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AB94 is #1A546B. Grayscale: #B9B9B9. Windows color (decimal): -1725548 or 9743333. OLE color: 9743333.

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

Color convert

RGB 229 171 148 -
CMYK 0 0.25 0.35 0.10
HSL 17.04º 0.61% 0.74% -
HSV(B) 17.04º 0.35% 0.9% -
XYZ 52.22 47.92 34.51 -
YUV 185.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 229 171 148 0 0.25 0.35 0.10 17.04 0.61 0.74
Hex E5 AB 94 0 19 23 A 11 3D 4A
Octal 345 253 224 0 31 43 12 21 75 112
Binary 11100101 10101011 10010100 0 11001 100011 1010 10001 111101 1001010

Color Harmonies of #E5AB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AB94

Black with #E5AB94

Text Example


Text Example

White with #E5AB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AB94; }

 p { color: rgb(229,171,148); }

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

background-color css

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

 a { background-color: rgb(229,171,148); }

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

border-color css

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

 span { border-color: rgb(229,171,148); }

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