Html Css Color HEX #E6B49E Wax Flower

📋 copy color: '#E6B49E'

red 230 ◦ green 180 ◦ blue 158

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

Shades of Wax Flower #E6B49E

Tints of Wax Flower #E6B49E

RGB

 RED value IS 230 (90.23% from 255) = 40.49%

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

 BLUE value IS 158 (62.11% from 255) = 27.82%

R = 40.49%
G = 31.69%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6B49E (or 0xE6B49E) is known color: Wax Flower. HEX triplet: E6, B4 and 9E. RGB value is (230,180,158). Sum of RGB (Red+Green+Blue) = 230+180+158=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B49E is #194B61. Grayscale: #C0C0C0. Windows color (decimal): -1657698 or 10400998. OLE color: 10400998.

HSL color Cylindrical-coordinate representation of color #E6B49E: hue angle of 18.33º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6B49E is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 180 158 -
CMYK 0 0.22 0.31 0.10
HSL 18.33º 0.59% 0.76% -
HSV(B) 18.33º 0.31% 0.9% -
XYZ 55.13 51.93 39.47 -
YUV 192.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 230 180 158 0 0.22 0.31 0.10 18.33 0.59 0.76
Hex E6 B4 9E 0 16 1F A 12 3B 4C
Octal 346 264 236 0 26 37 12 22 73 114
Binary 11100110 10110100 10011110 0 10110 11111 1010 10010 111011 1001100

Color Harmonies of #E6B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B49E

Black with #E6B49E

Text Example


Text Example

White with #E6B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B49E; }

 p { color: rgb(230,180,158); }

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

background-color css

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

 a { background-color: rgb(230,180,158); }

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

border-color css

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

 span { border-color: rgb(230,180,158); }

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