Html Css Color HEX #E8AD9A Wax Flower

📋 copy color: '#E8AD9A'

red 232 ◦ green 173 ◦ blue 154

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

Shades of Wax Flower #E8AD9A

Tints of Wax Flower #E8AD9A

RGB

 RED value IS 232 (91.02% from 255) = 41.5%

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

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

R = 41.5%
G = 30.95%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E8AD9A (or 0xE8AD9A) is known color: Wax Flower. HEX triplet: E8, AD and 9A. RGB value is (232,173,154). Sum of RGB (Red+Green+Blue) = 232+173+154=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AD9A is #175265. Grayscale: #BCBCBC. Windows color (decimal): -1528422 or 10137064. OLE color: 10137064.

HSL color Cylindrical-coordinate representation of color #E8AD9A: hue angle of 14.62º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8AD9A is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 173 154 -
CMYK 0 0.25 0.34 0.09
HSL 14.62º 0.63% 0.76% -
HSV(B) 14.62º 0.34% 0.91% -
XYZ 54.06 49.38 37.25 -
YUV 188.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 232 173 154 0 0.25 0.34 0.09 14.62 0.63 0.76
Hex E8 AD 9A 0 19 22 9 F 3F 4C
Octal 350 255 232 0 31 42 11 17 77 114
Binary 11101000 10101101 10011010 0 11001 100010 1001 1111 111111 1001100

Color Harmonies of #E8AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD9A

Black with #E8AD9A

Text Example


Text Example

White with #E8AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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