Html Css Color HEX #E6B39E Wax Flower

📋 copy color: '#E6B39E'

red 230 ◦ green 179 ◦ blue 158

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

Shades of Wax Flower #E6B39E

Tints of Wax Flower #E6B39E

RGB

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

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

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

R = 40.56%
G = 31.57%
B = 27.87%

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

#E6B39E (or 0xE6B39E) is known color: Wax Flower. HEX triplet: E6, B3 and 9E. RGB value is (230,179,158). Sum of RGB (Red+Green+Blue) = 230+179+158=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B39E is #194C61. Grayscale: #BFBFBF. Windows color (decimal): -1657954 or 10400742. OLE color: 10400742.

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

Color convert

RGB 230 179 158 -
CMYK 0 0.22 0.31 0.10
HSL 17.5º 0.59% 0.76% -
HSV(B) 17.5º 0.31% 0.9% -
XYZ 54.92 51.53 39.4 -
YUV 191.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 230 179 158 0 0.22 0.31 0.10 17.5 0.59 0.76
Hex E6 B3 9E 0 16 1F A 12 3B 4C
Octal 346 263 236 0 26 37 12 22 73 114
Binary 11100110 10110011 10011110 0 10110 11111 1010 10010 111011 1001100

Color Harmonies of #E6B39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B39E

Black with #E6B39E

Text Example


Text Example

White with #E6B39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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