Html Css Color HEX #E7AF9C Wax Flower

📋 copy color: '#E7AF9C'

red 231 ◦ green 175 ◦ blue 156

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

Shades of Wax Flower #E7AF9C

Tints of Wax Flower #E7AF9C

RGB

 RED value IS 231 (90.63% from 255) = 41.1%

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

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

R = 41.1%
G = 31.14%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7AF9C (or 0xE7AF9C) is known color: Wax Flower. HEX triplet: E7, AF and 9C. RGB value is (231,175,156). Sum of RGB (Red+Green+Blue) = 231+175+156=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AF9C is #185063. Grayscale: #BDBDBD. Windows color (decimal): -1593444 or 10268647. OLE color: 10268647.

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

Color convert

RGB 231 175 156 -
CMYK 0 0.24 0.32 0.09
HSL 15.2º 0.61% 0.76% -
HSV(B) 15.2º 0.32% 0.91% -
XYZ 54.29 50.05 38.25 -
YUV 189.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 231 175 156 0 0.24 0.32 0.09 15.2 0.61 0.76
Hex E7 AF 9C 0 18 20 9 F 3D 4C
Octal 347 257 234 0 30 40 11 17 75 114
Binary 11100111 10101111 10011100 0 11000 100000 1001 1111 111101 1001100

Color Harmonies of #E7AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF9C

Black with #E7AF9C

Text Example


Text Example

White with #E7AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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