Html Css Color HEX #E6AF9D Wax Flower

📋 copy color: '#E6AF9D'

red 230 ◦ green 175 ◦ blue 157

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

Shades of Wax Flower #E6AF9D

Tints of Wax Flower #E6AF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.94%

R = 40.93%
G = 31.14%
B = 27.94%

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

#E6AF9D (or 0xE6AF9D) is known color: Wax Flower. HEX triplet: E6, AF and 9D. RGB value is (230,175,157). Sum of RGB (Red+Green+Blue) = 230+175+157=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AF9D is #195062. Grayscale: #BDBDBD. Windows color (decimal): -1658979 or 10334182. OLE color: 10334182.

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

Color convert

RGB 230 175 157 -
CMYK 0 0.24 0.32 0.10
HSL 14.79º 0.59% 0.76% -
HSV(B) 14.79º 0.32% 0.9% -
XYZ 54.05 49.92 38.68 -
YUV 189.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 230 175 157 0 0.24 0.32 0.10 14.79 0.59 0.76
Hex E6 AF 9D 0 18 20 A F 3B 4C
Octal 346 257 235 0 30 40 12 17 73 114
Binary 11100110 10101111 10011101 0 11000 100000 1010 1111 111011 1001100

Color Harmonies of #E6AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AF9D

Black with #E6AF9D

Text Example


Text Example

White with #E6AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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