Html Css Color HEX #E8B49B Wax Flower

📋 copy color: '#E8B49B'

red 232 ◦ green 180 ◦ blue 155

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

Shades of Wax Flower #E8B49B

Tints of Wax Flower #E8B49B

RGB

 RED value IS 232 (91.02% from 255) = 40.92%

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

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

R = 40.92%
G = 31.75%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8B49B (or 0xE8B49B) is known color: Wax Flower. HEX triplet: E8, B4 and 9B. RGB value is (232,180,155). Sum of RGB (Red+Green+Blue) = 232+180+155=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B49B is #174B64. Grayscale: #C0C0C0. Windows color (decimal): -1526629 or 10204392. OLE color: 10204392.

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

Color convert

RGB 232 180 155 -
CMYK 0 0.22 0.33 0.09
HSL 19.48º 0.63% 0.76% -
HSV(B) 19.48º 0.33% 0.91% -
XYZ 55.52 52.16 38.15 -
YUV 192.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 232 180 155 0 0.22 0.33 0.09 19.48 0.63 0.76
Hex E8 B4 9B 0 16 21 9 13 3F 4C
Octal 350 264 233 0 26 41 11 23 77 114
Binary 11101000 10110100 10011011 0 10110 100001 1001 10011 111111 1001100

Color Harmonies of #E8B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B49B

Black with #E8B49B

Text Example


Text Example

White with #E8B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B49B; }

 p { color: rgb(232,180,155); }

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

background-color css

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

 a { background-color: rgb(232,180,155); }

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

border-color css

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

 span { border-color: rgb(232,180,155); }

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