Html Css Color HEX #EBBAA0 Wax Flower

📋 copy color: '#EBBAA0'

red 235 ◦ green 186 ◦ blue 160

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

Shades of Wax Flower #EBBAA0

Tints of Wax Flower #EBBAA0

RGB

 RED value IS 235 (92.19% from 255) = 40.45%

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

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

R = 40.45%
G = 32.01%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBBAA0 (or 0xEBBAA0) is known color: Wax Flower. HEX triplet: EB, BA and A0. RGB value is (235,186,160). Sum of RGB (Red+Green+Blue) = 235+186+160=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAA0 is #14455F. Grayscale: #C5C5C5. Windows color (decimal): -1328480 or 10533611. OLE color: 10533611.

HSL color Cylindrical-coordinate representation of color #EBBAA0: hue angle of 20.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBBAA0 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 160 -
CMYK 0 0.21 0.32 0.08
HSL 20.8º 0.65% 0.77% -
HSV(B) 20.8º 0.32% 0.92% -
XYZ 58.17 55.32 40.87 -
YUV 197.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 235 186 160 0 0.21 0.32 0.08 20.8 0.65 0.77
Hex EB BA A0 0 15 20 8 15 41 4D
Octal 353 272 240 0 25 40 10 25 101 115
Binary 11101011 10111010 10100000 0 10101 100000 1000 10101 1000001 1001101

Color Harmonies of #EBBAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAA0

Black with #EBBAA0

Text Example


Text Example

White with #EBBAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAA0; }

 p { color: rgb(235,186,160); }

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

background-color css

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

 a { background-color: rgb(235,186,160); }

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

border-color css

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

 span { border-color: rgb(235,186,160); }

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