Html Css Color HEX #E6AD9C Wax Flower

📋 copy color: '#E6AD9C'

red 230 ◦ green 173 ◦ blue 156

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

Shades of Wax Flower #E6AD9C

Tints of Wax Flower #E6AD9C

RGB

 RED value IS 230 (90.23% from 255) = 41.14%

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

 BLUE value IS 156 (61.33% from 255) = 27.91%

R = 41.14%
G = 30.95%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6AD9C (or 0xE6AD9C) is known color: Wax Flower. HEX triplet: E6, AD and 9C. RGB value is (230,173,156). Sum of RGB (Red+Green+Blue) = 230+173+156=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AD9C is #195263. Grayscale: #BCBCBC. Windows color (decimal): -1659492 or 10268134. OLE color: 10268134.

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

Color convert

RGB 230 173 156 -
CMYK 0 0.25 0.32 0.10
HSL 13.78º 0.6% 0.76% -
HSV(B) 13.78º 0.32% 0.9% -
XYZ 53.58 49.11 38.11 -
YUV 188.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 230 173 156 0 0.25 0.32 0.10 13.78 0.6 0.76
Hex E6 AD 9C 0 19 20 A E 3C 4C
Octal 346 255 234 0 31 40 12 16 74 114
Binary 11100110 10101101 10011100 0 11001 100000 1010 1110 111100 1001100

Color Harmonies of #E6AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AD9C

Black with #E6AD9C

Text Example


Text Example

White with #E6AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AD9C; }

 p { color: rgb(230,173,156); }

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

background-color css

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

 a { background-color: rgb(230,173,156); }

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

border-color css

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

 span { border-color: rgb(230,173,156); }

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