Html Css Color HEX #E7B49D Wax Flower

📋 copy color: '#E7B49D'

red 231 ◦ green 180 ◦ blue 157

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

Shades of Wax Flower #E7B49D

Tints of Wax Flower #E7B49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.69%

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

R = 40.67%
G = 31.69%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7B49D (or 0xE7B49D) is known color: Wax Flower. HEX triplet: E7, B4 and 9D. RGB value is (231,180,157). Sum of RGB (Red+Green+Blue) = 231+180+157=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B49D is #184B62. Grayscale: #C0C0C0. Windows color (decimal): -1592163 or 10335463. OLE color: 10335463.

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

Color convert

RGB 231 180 157 -
CMYK 0 0.22 0.32 0.09
HSL 18.65º 0.61% 0.76% -
HSV(B) 18.65º 0.32% 0.91% -
XYZ 55.36 52.07 39.03 -
YUV 192.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 231 180 157 0 0.22 0.32 0.09 18.65 0.61 0.76
Hex E7 B4 9D 0 16 20 9 13 3D 4C
Octal 347 264 235 0 26 40 11 23 75 114
Binary 11100111 10110100 10011101 0 10110 100000 1001 10011 111101 1001100

Color Harmonies of #E7B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B49D

Black with #E7B49D

Text Example


Text Example

White with #E7B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B49D; }

 p { color: rgb(231,180,157); }

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

background-color css

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

 a { background-color: rgb(231,180,157); }

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

border-color css

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

 span { border-color: rgb(231,180,157); }

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