Html Css Color HEX #EBA895 Wax Flower

📋 copy color: '#EBA895'

red 235 ◦ green 168 ◦ blue 149

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

Shades of Wax Flower #EBA895

Tints of Wax Flower #EBA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.43%

 BLUE value IS 149 (58.59% from 255) = 26.99%

R = 42.57%
G = 30.43%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA895 (or 0xEBA895) is known color: Wax Flower. HEX triplet: EB, A8 and 95. RGB value is (235,168,149). Sum of RGB (Red+Green+Blue) = 235+168+149=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA895 is #14576A. Grayscale: #BABABA. Windows color (decimal): -1333099 or 9808107. OLE color: 9808107.

HSL color Cylindrical-coordinate representation of color #EBA895: hue angle of 13.26º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBA895 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 149 -
CMYK 0 0.29 0.37 0.08
HSL 13.26º 0.68% 0.75% -
HSV(B) 13.26º 0.37% 0.92% -
XYZ 53.69 47.84 34.84 -
YUV 185.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 235 168 149 0 0.29 0.37 0.08 13.26 0.68 0.75
Hex EB A8 95 0 1D 25 8 D 44 4B
Octal 353 250 225 0 35 45 10 15 104 113
Binary 11101011 10101000 10010101 0 11101 100101 1000 1101 1000100 1001011

Color Harmonies of #EBA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA895

Black with #EBA895

Text Example


Text Example

White with #EBA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA895; }

 p { color: rgb(235,168,149); }

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

background-color css

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

 a { background-color: rgb(235,168,149); }

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

border-color css

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

 span { border-color: rgb(235,168,149); }

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