Html Css Color HEX #E7AE9B Wax Flower

📋 copy color: '#E7AE9B'

red 231 ◦ green 174 ◦ blue 155

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

Shades of Wax Flower #E7AE9B

Tints of Wax Flower #E7AE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.68%

R = 41.25%
G = 31.07%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7AE9B (or 0xE7AE9B) is known color: Wax Flower. HEX triplet: E7, AE and 9B. RGB value is (231,174,155). Sum of RGB (Red+Green+Blue) = 231+174+155=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AE9B is #185164. Grayscale: #BDBDBD. Windows color (decimal): -1593701 or 10202855. OLE color: 10202855.

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

Color convert

RGB 231 174 155 -
CMYK 0 0.25 0.33 0.09
HSL 15º 0.61% 0.76% -
HSV(B) 15º 0.33% 0.91% -
XYZ 54.01 49.63 37.74 -
YUV 188.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 231 174 155 0 0.25 0.33 0.09 15 0.61 0.76
Hex E7 AE 9B 0 19 21 9 F 3D 4C
Octal 347 256 233 0 31 41 11 17 75 114
Binary 11100111 10101110 10011011 0 11001 100001 1001 1111 111101 1001100

Color Harmonies of #E7AE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AE9B

Black with #E7AE9B

Text Example


Text Example

White with #E7AE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AE9B; }

 p { color: rgb(231,174,155); }

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

background-color css

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

 a { background-color: rgb(231,174,155); }

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

border-color css

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

 span { border-color: rgb(231,174,155); }

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