Html Css Color HEX #E6AF9C Wax Flower

📋 copy color: '#E6AF9C'

red 230 ◦ green 175 ◦ blue 156

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

Shades of Wax Flower #E6AF9C

Tints of Wax Flower #E6AF9C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.19%

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

R = 41%
G = 31.19%
B = 27.81%

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

#E6AF9C (or 0xE6AF9C) is known color: Wax Flower. HEX triplet: E6, AF and 9C. RGB value is (230,175,156). Sum of RGB (Red+Green+Blue) = 230+175+156=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AF9C is #195063. Grayscale: #BDBDBD. Windows color (decimal): -1658980 or 10268646. OLE color: 10268646.

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

Color convert

RGB 230 175 156 -
CMYK 0 0.24 0.32 0.10
HSL 15.41º 0.6% 0.76% -
HSV(B) 15.41º 0.32% 0.9% -
XYZ 53.96 49.88 38.24 -
YUV 189.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 230 175 156 0 0.24 0.32 0.10 15.41 0.6 0.76
Hex E6 AF 9C 0 18 20 A F 3C 4C
Octal 346 257 234 0 30 40 12 17 74 114
Binary 11100110 10101111 10011100 0 11000 100000 1010 1111 111100 1001100

Color Harmonies of #E6AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AF9C

Black with #E6AF9C

Text Example


Text Example

White with #E6AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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