Html Css Color HEX #E6B39F Wax Flower

📋 copy color: '#E6B39F'

red 230 ◦ green 179 ◦ blue 159

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

Shades of Wax Flower #E6B39F

Tints of Wax Flower #E6B39F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.51%

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

R = 40.49%
G = 31.51%
B = 27.99%

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

#E6B39F (or 0xE6B39F) is known color: Wax Flower. HEX triplet: E6, B3 and 9F. RGB value is (230,179,159). Sum of RGB (Red+Green+Blue) = 230+179+159=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B39F is #194C60. Grayscale: #C0C0C0. Windows color (decimal): -1657953 or 10466278. OLE color: 10466278.

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

Color convert

RGB 230 179 159 -
CMYK 0 0.22 0.31 0.10
HSL 16.9º 0.59% 0.76% -
HSV(B) 16.9º 0.31% 0.9% -
XYZ 55.01 51.57 39.85 -
YUV 191.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 230 179 159 0 0.22 0.31 0.10 16.9 0.59 0.76
Hex E6 B3 9F 0 16 1F A 11 3B 4C
Octal 346 263 237 0 26 37 12 21 73 114
Binary 11100110 10110011 10011111 0 10110 11111 1010 10001 111011 1001100

Color Harmonies of #E6B39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B39F

Black with #E6B39F

Text Example


Text Example

White with #E6B39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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