Html Css Color HEX #E6AE9C Wax Flower

📋 copy color: '#E6AE9C'

red 230 ◦ green 174 ◦ blue 156

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

Shades of Wax Flower #E6AE9C

Tints of Wax Flower #E6AE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.07%

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

R = 41.07%
G = 31.07%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6AE9C (or 0xE6AE9C) is known color: Wax Flower. HEX triplet: E6, AE and 9C. RGB value is (230,174,156). Sum of RGB (Red+Green+Blue) = 230+174+156=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AE9C is #195163. Grayscale: #BCBCBC. Windows color (decimal): -1659236 or 10268390. OLE color: 10268390.

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

Color convert

RGB 230 174 156 -
CMYK 0 0.24 0.32 0.10
HSL 14.59º 0.6% 0.76% -
HSV(B) 14.59º 0.32% 0.9% -
XYZ 53.77 49.5 38.17 -
YUV 188.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 230 174 156 0 0.24 0.32 0.10 14.59 0.6 0.76
Hex E6 AE 9C 0 18 20 A F 3C 4C
Octal 346 256 234 0 30 40 12 17 74 114
Binary 11100110 10101110 10011100 0 11000 100000 1010 1111 111100 1001100

Color Harmonies of #E6AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AE9C

Black with #E6AE9C

Text Example


Text Example

White with #E6AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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