Html Css Color HEX #E6B89E Wax Flower

📋 copy color: '#E6B89E'

red 230 ◦ green 184 ◦ blue 158

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

Shades of Wax Flower #E6B89E

Tints of Wax Flower #E6B89E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.17%

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

R = 40.21%
G = 32.17%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6B89E (or 0xE6B89E) is known color: Wax Flower. HEX triplet: E6, B8 and 9E. RGB value is (230,184,158). Sum of RGB (Red+Green+Blue) = 230+184+158=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B89E is #194761. Grayscale: #C2C2C2. Windows color (decimal): -1656674 or 10402022. OLE color: 10402022.

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

Color convert

RGB 230 184 158 -
CMYK 0 0.2 0.31 0.10
HSL 21.67º 0.59% 0.76% -
HSV(B) 21.67º 0.31% 0.9% -
XYZ 55.95 53.57 39.74 -
YUV 194.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 230 184 158 0 0.2 0.31 0.10 21.67 0.59 0.76
Hex E6 B8 9E 0 14 1F A 16 3B 4C
Octal 346 270 236 0 24 37 12 26 73 114
Binary 11100110 10111000 10011110 0 10100 11111 1010 10110 111011 1001100

Color Harmonies of #E6B89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B89E

Black with #E6B89E

Text Example


Text Example

White with #E6B89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B89E; }

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

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

background-color css

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

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

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

border-color css

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

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

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