Html Css Color HEX #EBA897 Wax Flower

📋 copy color: '#EBA897'

red 235 ◦ green 168 ◦ blue 151

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

Shades of Wax Flower #EBA897

Tints of Wax Flower #EBA897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.26%

R = 42.42%
G = 30.32%
B = 27.26%

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

#EBA897 (or 0xEBA897) is known color: Wax Flower. HEX triplet: EB, A8 and 97. RGB value is (235,168,151). Sum of RGB (Red+Green+Blue) = 235+168+151=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA897 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA897 is #145768. Grayscale: #BABABA. Windows color (decimal): -1333097 or 9939179. OLE color: 9939179.

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

Color convert

RGB 235 168 151 -
CMYK 0 0.29 0.36 0.08
HSL 12.14º 0.68% 0.76% -
HSV(B) 12.14º 0.36% 0.92% -
XYZ 53.85 47.9 35.69 -
YUV 186.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 235 168 151 0 0.29 0.36 0.08 12.14 0.68 0.76
Hex EB A8 97 0 1D 24 8 C 44 4C
Octal 353 250 227 0 35 44 10 14 104 114
Binary 11101011 10101000 10010111 0 11101 100100 1000 1100 1000100 1001100

Color Harmonies of #EBA897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA897

Black with #EBA897

Text Example


Text Example

White with #EBA897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA897; }

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

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

background-color css

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

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

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

border-color css

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

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

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