Html Css Color HEX #E6BAA5 Wax Flower

📋 copy color: '#E6BAA5'

red 230 ◦ green 186 ◦ blue 165

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

Shades of Wax Flower #E6BAA5

Tints of Wax Flower #E6BAA5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.01%

 BLUE value IS 165 (64.84% from 255) = 28.4%

R = 39.59%
G = 32.01%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E6BAA5 (or 0xE6BAA5) is known color: Wax Flower. HEX triplet: E6, BA and A5. RGB value is (230,186,165). Sum of RGB (Red+Green+Blue) = 230+186+165=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BAA5 is #19455A. Grayscale: #C4C4C4. Windows color (decimal): -1656155 or 10861286. OLE color: 10861286.

HSL color Cylindrical-coordinate representation of color #E6BAA5: hue angle of 19.38º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6BAA5 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 165 -
CMYK 0 0.19 0.28 0.10
HSL 19.38º 0.57% 0.77% -
HSV(B) 19.38º 0.28% 0.9% -
XYZ 56.98 54.66 43.14 -
YUV 196.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 230 186 165 0 0.19 0.28 0.10 19.38 0.57 0.77
Hex E6 BA A5 0 13 1C A 13 39 4D
Octal 346 272 245 0 23 34 12 23 71 115
Binary 11100110 10111010 10100101 0 10011 11100 1010 10011 111001 1001101

Color Harmonies of #E6BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAA5

Black with #E6BAA5

Text Example


Text Example

White with #E6BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAA5; }

 p { color: rgb(230,186,165); }

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

background-color css

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

 a { background-color: rgb(230,186,165); }

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

border-color css

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

 span { border-color: rgb(230,186,165); }

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