Html Css Color HEX #E6B79E Wax Flower

📋 copy color: '#E6B79E'

red 230 ◦ green 183 ◦ blue 158

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

Shades of Wax Flower #E6B79E

Tints of Wax Flower #E6B79E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.05%

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

R = 40.28%
G = 32.05%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6B79E (or 0xE6B79E) is known color: Wax Flower. HEX triplet: E6, B7 and 9E. RGB value is (230,183,158). Sum of RGB (Red+Green+Blue) = 230+183+158=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B79E is #194861. Grayscale: #C2C2C2. Windows color (decimal): -1656930 or 10401766. OLE color: 10401766.

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

Color convert

RGB 230 183 158 -
CMYK 0 0.20 0.31 0.10
HSL 20.83º 0.59% 0.76% -
HSV(B) 20.83º 0.31% 0.9% -
XYZ 55.74 53.16 39.67 -
YUV 194.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 230 183 158 0 0.20 0.31 0.10 20.83 0.59 0.76
Hex E6 B7 9E 0 14 1F A 15 3B 4C
Octal 346 267 236 0 24 37 12 25 73 114
Binary 11100110 10110111 10011110 0 10100 11111 1010 10101 111011 1001100

Color Harmonies of #E6B79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B79E

Black with #E6B79E

Text Example


Text Example

White with #E6B79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B79E; }

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

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

background-color css

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

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

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

border-color css

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

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

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