Html Css Color HEX #E6B49F Wax Flower

📋 copy color: '#E6B49F'

red 230 ◦ green 180 ◦ blue 159

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

Shades of Wax Flower #E6B49F

Tints of Wax Flower #E6B49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.94%

R = 40.42%
G = 31.63%
B = 27.94%

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

#E6B49F (or 0xE6B49F) is known color: Wax Flower. HEX triplet: E6, B4 and 9F. RGB value is (230,180,159). Sum of RGB (Red+Green+Blue) = 230+180+159=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B49F is #194B60. Grayscale: #C0C0C0. Windows color (decimal): -1657697 or 10466534. OLE color: 10466534.

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

Color convert

RGB 230 180 159 -
CMYK 0 0.22 0.31 0.10
HSL 17.75º 0.59% 0.76% -
HSV(B) 17.75º 0.31% 0.9% -
XYZ 55.21 51.97 39.92 -
YUV 192.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 230 180 159 0 0.22 0.31 0.10 17.75 0.59 0.76
Hex E6 B4 9F 0 16 1F A 12 3B 4C
Octal 346 264 237 0 26 37 12 22 73 114
Binary 11100110 10110100 10011111 0 10110 11111 1010 10010 111011 1001100

Color Harmonies of #E6B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B49F

Black with #E6B49F

Text Example


Text Example

White with #E6B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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