Html Css Color HEX #E5AD9A Wax Flower

📋 copy color: '#E5AD9A'

red 229 ◦ green 173 ◦ blue 154

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

Shades of Wax Flower #E5AD9A

Tints of Wax Flower #E5AD9A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.12%

 BLUE value IS 154 (60.55% from 255) = 27.7%

R = 41.19%
G = 31.12%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5AD9A (or 0xE5AD9A) is known color: Wax Flower. HEX triplet: E5, AD and 9A. RGB value is (229,173,154). Sum of RGB (Red+Green+Blue) = 229+173+154=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AD9A is #1A5265. Grayscale: #BBBBBB. Windows color (decimal): -1725030 or 10137061. OLE color: 10137061.

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

Color convert

RGB 229 173 154 -
CMYK 0 0.24 0.33 0.10
HSL 15.2º 0.59% 0.75% -
HSV(B) 15.2º 0.33% 0.9% -
XYZ 53.09 48.88 37.21 -
YUV 187.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 229 173 154 0 0.24 0.33 0.10 15.2 0.59 0.75
Hex E5 AD 9A 0 18 21 A F 3B 4B
Octal 345 255 232 0 30 41 12 17 73 113
Binary 11100101 10101101 10011010 0 11000 100001 1010 1111 111011 1001011

Color Harmonies of #E5AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AD9A

Black with #E5AD9A

Text Example


Text Example

White with #E5AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AD9A; }

 p { color: rgb(229,173,154); }

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

background-color css

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

 a { background-color: rgb(229,173,154); }

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

border-color css

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

 span { border-color: rgb(229,173,154); }

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