Html Css Color HEX #E9B49B Wax Flower

📋 copy color: '#E9B49B'

red 233 ◦ green 180 ◦ blue 155

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

Shades of Wax Flower #E9B49B

Tints of Wax Flower #E9B49B

RGB

 RED value IS 233 (91.41% from 255) = 41.02%

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

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

R = 41.02%
G = 31.69%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9B49B (or 0xE9B49B) is known color: Wax Flower. HEX triplet: E9, B4 and 9B. RGB value is (233,180,155). Sum of RGB (Red+Green+Blue) = 233+180+155=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B49B is #164B64. Grayscale: #C1C1C1. Windows color (decimal): -1461093 or 10204393. OLE color: 10204393.

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

Color convert

RGB 233 180 155 -
CMYK 0 0.23 0.33 0.09
HSL 19.23º 0.64% 0.76% -
HSV(B) 19.23º 0.33% 0.91% -
XYZ 55.84 52.33 38.17 -
YUV 193 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 233 180 155 0 0.23 0.33 0.09 19.23 0.64 0.76
Hex E9 B4 9B 0 17 21 9 13 40 4C
Octal 351 264 233 0 27 41 11 23 100 114
Binary 11101001 10110100 10011011 0 10111 100001 1001 10011 1000000 1001100

Color Harmonies of #E9B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B49B

Black with #E9B49B

Text Example


Text Example

White with #E9B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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