Html Css Color HEX #E6B095 Wax Flower

📋 copy color: '#E6B095'

red 230 ◦ green 176 ◦ blue 149

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

Shades of Wax Flower #E6B095

Tints of Wax Flower #E6B095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.71%

 BLUE value IS 149 (58.59% from 255) = 26.85%

R = 41.44%
G = 31.71%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6B095 (or 0xE6B095) is known color: Wax Flower. HEX triplet: E6, B0 and 95. RGB value is (230,176,149). Sum of RGB (Red+Green+Blue) = 230+176+149=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B095 is #194F6A. Grayscale: #BDBDBD. Windows color (decimal): -1658731 or 9810150. OLE color: 9810150.

HSL color Cylindrical-coordinate representation of color #E6B095: hue angle of 20º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6B095 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 176 149 -
CMYK 0 0.23 0.35 0.10
HSL 20º 0.62% 0.74% -
HSV(B) 20º 0.35% 0.9% -
XYZ 53.58 50.04 35.27 -
YUV 189.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 230 176 149 0 0.23 0.35 0.10 20 0.62 0.74
Hex E6 B0 95 0 17 23 A 14 3E 4A
Octal 346 260 225 0 27 43 12 24 76 112
Binary 11100110 10110000 10010101 0 10111 100011 1010 10100 111110 1001010

Color Harmonies of #E6B095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B095

Black with #E6B095

Text Example


Text Example

White with #E6B095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B095; }

 p { color: rgb(230,176,149); }

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

background-color css

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

 a { background-color: rgb(230,176,149); }

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

border-color css

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

 span { border-color: rgb(230,176,149); }

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