Html Css Color HEX #E6BBA0 Wax Flower

📋 copy color: '#E6BBA0'

red 230 ◦ green 187 ◦ blue 160

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

Shades of Wax Flower #E6BBA0

Tints of Wax Flower #E6BBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.41%

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

R = 39.86%
G = 32.41%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E6BBA0 (or 0xE6BBA0) is known color: Wax Flower. HEX triplet: E6, BB and A0. RGB value is (230,187,160). Sum of RGB (Red+Green+Blue) = 230+187+160=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BBA0 is #19445F. Grayscale: #C4C4C4. Windows color (decimal): -1655904 or 10533862. OLE color: 10533862.

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

Color convert

RGB 230 187 160 -
CMYK 0 0.19 0.30 0.10
HSL 23.14º 0.58% 0.76% -
HSV(B) 23.14º 0.3% 0.9% -
XYZ 56.75 54.9 40.86 -
YUV 196.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 230 187 160 0 0.19 0.30 0.10 23.14 0.58 0.76
Hex E6 BB A0 0 13 1E A 17 3A 4C
Octal 346 273 240 0 23 36 12 27 72 114
Binary 11100110 10111011 10100000 0 10011 11110 1010 10111 111010 1001100

Color Harmonies of #E6BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBA0

Black with #E6BBA0

Text Example


Text Example

White with #E6BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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