Html Css Color HEX #E6AB96 Wax Flower

📋 copy color: '#E6AB96'

red 230 ◦ green 171 ◦ blue 150

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

Shades of Wax Flower #E6AB96

Tints of Wax Flower #E6AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.03%

 BLUE value IS 150 (58.98% from 255) = 27.22%

R = 41.74%
G = 31.03%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6AB96 (or 0xE6AB96) is known color: Wax Flower. HEX triplet: E6, AB and 96. RGB value is (230,171,150). Sum of RGB (Red+Green+Blue) = 230+171+150=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AB96 is #195469. Grayscale: #BABABA. Windows color (decimal): -1660010 or 9874406. OLE color: 9874406.

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

Color convert

RGB 230 171 150 -
CMYK 0 0.26 0.35 0.10
HSL 15.75º 0.62% 0.75% -
HSV(B) 15.75º 0.35% 0.9% -
XYZ 52.7 48.15 35.37 -
YUV 186.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 230 171 150 0 0.26 0.35 0.10 15.75 0.62 0.75
Hex E6 AB 96 0 1A 23 A 10 3E 4B
Octal 346 253 226 0 32 43 12 20 76 113
Binary 11100110 10101011 10010110 0 11010 100011 1010 10000 111110 1001011

Color Harmonies of #E6AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AB96

Black with #E6AB96

Text Example


Text Example

White with #E6AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AB96; }

 p { color: rgb(230,171,150); }

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

background-color css

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

 a { background-color: rgb(230,171,150); }

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

border-color css

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

 span { border-color: rgb(230,171,150); }

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