Html Css Color HEX #E6B79D Wax Flower

📋 copy color: '#E6B79D'

red 230 ◦ green 183 ◦ blue 157

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

Shades of Wax Flower #E6B79D

Tints of Wax Flower #E6B79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.54%

R = 40.35%
G = 32.11%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6B79D (or 0xE6B79D) is known color: Wax Flower. HEX triplet: E6, B7 and 9D. RGB value is (230,183,157). Sum of RGB (Red+Green+Blue) = 230+183+157=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B79D is #194862. Grayscale: #C2C2C2. Windows color (decimal): -1656931 or 10336230. OLE color: 10336230.

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

Color convert

RGB 230 183 157 -
CMYK 0 0.20 0.32 0.10
HSL 21.37º 0.59% 0.76% -
HSV(B) 21.37º 0.32% 0.9% -
XYZ 55.65 53.12 39.22 -
YUV 194.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 230 183 157 0 0.20 0.32 0.10 21.37 0.59 0.76
Hex E6 B7 9D 0 14 20 A 15 3B 4C
Octal 346 267 235 0 24 40 12 25 73 114
Binary 11100110 10110111 10011101 0 10100 100000 1010 10101 111011 1001100

Color Harmonies of #E6B79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B79D

Black with #E6B79D

Text Example


Text Example

White with #E6B79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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