Html Css Color HEX #EBA896 Wax Flower

📋 copy color: '#EBA896'

red 235 ◦ green 168 ◦ blue 150

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

Shades of Wax Flower #EBA896

Tints of Wax Flower #EBA896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.12%

R = 42.5%
G = 30.38%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBA896 (or 0xEBA896) is known color: Wax Flower. HEX triplet: EB, A8 and 96. RGB value is (235,168,150). Sum of RGB (Red+Green+Blue) = 235+168+150=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA896 is #145769. Grayscale: #BABABA. Windows color (decimal): -1333098 or 9873643. OLE color: 9873643.

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

Color convert

RGB 235 168 150 -
CMYK 0 0.29 0.36 0.08
HSL 12.71º 0.68% 0.75% -
HSV(B) 12.71º 0.36% 0.92% -
XYZ 53.77 47.87 35.26 -
YUV 185.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 235 168 150 0 0.29 0.36 0.08 12.71 0.68 0.75
Hex EB A8 96 0 1D 24 8 D 44 4B
Octal 353 250 226 0 35 44 10 15 104 113
Binary 11101011 10101000 10010110 0 11101 100100 1000 1101 1000100 1001011

Color Harmonies of #EBA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA896

Black with #EBA896

Text Example


Text Example

White with #EBA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA896; }

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

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

background-color css

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

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

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

border-color css

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

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

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