Html Css Color HEX #E8BA9D Wax Flower

📋 copy color: '#E8BA9D'

red 232 ◦ green 186 ◦ blue 157

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

Shades of Wax Flower #E8BA9D

Tints of Wax Flower #E8BA9D

RGB

 RED value IS 232 (91.02% from 255) = 40.35%

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

 BLUE value IS 157 (61.72% from 255) = 27.3%

R = 40.35%
G = 32.35%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E8BA9D (or 0xE8BA9D) is known color: Wax Flower. HEX triplet: E8, BA and 9D. RGB value is (232,186,157). Sum of RGB (Red+Green+Blue) = 232+186+157=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BA9D is #174562. Grayscale: #C4C4C4. Windows color (decimal): -1525091 or 10337000. OLE color: 10337000.

HSL color Cylindrical-coordinate representation of color #E8BA9D: hue angle of 23.2º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8BA9D is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 186 157 -
CMYK 0 0.20 0.32 0.09
HSL 23.2º 0.62% 0.76% -
HSV(B) 23.2º 0.32% 0.91% -
XYZ 56.92 54.71 39.46 -
YUV 196.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 232 186 157 0 0.20 0.32 0.09 23.2 0.62 0.76
Hex E8 BA 9D 0 14 20 9 17 3E 4C
Octal 350 272 235 0 24 40 11 27 76 114
Binary 11101000 10111010 10011101 0 10100 100000 1001 10111 111110 1001100

Color Harmonies of #E8BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BA9D

Black with #E8BA9D

Text Example


Text Example

White with #E8BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BA9D; }

 p { color: rgb(232,186,157); }

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

background-color css

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

 a { background-color: rgb(232,186,157); }

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

border-color css

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

 span { border-color: rgb(232,186,157); }

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