Html Css Color HEX #E6B9A0 Wax Flower

📋 copy color: '#E6B9A0'

red 230 ◦ green 185 ◦ blue 160

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

Shades of Wax Flower #E6B9A0

Tints of Wax Flower #E6B9A0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.17%

 BLUE value IS 160 (62.89% from 255) = 27.83%

R = 40%
G = 32.17%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E6B9A0 (or 0xE6B9A0) is known color: Wax Flower. HEX triplet: E6, B9 and A0. RGB value is (230,185,160). Sum of RGB (Red+Green+Blue) = 230+185+160=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B9A0 is #19465F. Grayscale: #C3C3C3. Windows color (decimal): -1656416 or 10533350. OLE color: 10533350.

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

Color convert

RGB 230 185 160 -
CMYK 0 0.20 0.30 0.10
HSL 21.43º 0.58% 0.76% -
HSV(B) 21.43º 0.3% 0.9% -
XYZ 56.33 54.06 40.72 -
YUV 195.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 230 185 160 0 0.20 0.30 0.10 21.43 0.58 0.76
Hex E6 B9 A0 0 14 1E A 15 3A 4C
Octal 346 271 240 0 24 36 12 25 72 114
Binary 11100110 10111001 10100000 0 10100 11110 1010 10101 111010 1001100

Color Harmonies of #E6B9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B9A0

Black with #E6B9A0

Text Example


Text Example

White with #E6B9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B9A0; }

 p { color: rgb(230,185,160); }

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

background-color css

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

 a { background-color: rgb(230,185,160); }

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

border-color css

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

 span { border-color: rgb(230,185,160); }

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