Html Css Color HEX #EBBAA5 Wax Flower

📋 copy color: '#EBBAA5'

red 235 ◦ green 186 ◦ blue 165

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

Shades of Wax Flower #EBBAA5

Tints of Wax Flower #EBBAA5

RGB

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

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

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

R = 40.1%
G = 31.74%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBBAA5 (or 0xEBBAA5) is known color: Wax Flower. HEX triplet: EB, BA and A5. RGB value is (235,186,165). Sum of RGB (Red+Green+Blue) = 235+186+165=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAA5 is #14455A. Grayscale: #C6C6C6. Windows color (decimal): -1328475 or 10861291. OLE color: 10861291.

HSL color Cylindrical-coordinate representation of color #EBBAA5: hue angle of 18º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBBAA5 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 165 -
CMYK 0 0.21 0.30 0.08
HSL 18º 0.64% 0.78% -
HSV(B) 18º 0.3% 0.92% -
XYZ 58.61 55.5 43.22 -
YUV 198.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 235 186 165 0 0.21 0.30 0.08 18 0.64 0.78
Hex EB BA A5 0 15 1E 8 12 40 4E
Octal 353 272 245 0 25 36 10 22 100 116
Binary 11101011 10111010 10100101 0 10101 11110 1000 10010 1000000 1001110

Color Harmonies of #EBBAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAA5

Black with #EBBAA5

Text Example


Text Example

White with #EBBAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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