Html Css Color HEX #EBA697 Wax Flower

📋 copy color: '#EBA697'

red 235 ◦ green 166 ◦ blue 151

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

Shades of Wax Flower #EBA697

Tints of Wax Flower #EBA697

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.07%

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

R = 42.57%
G = 30.07%
B = 27.36%

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

#EBA697 (or 0xEBA697) is known color: Wax Flower. HEX triplet: EB, A6 and 97. RGB value is (235,166,151). Sum of RGB (Red+Green+Blue) = 235+166+151=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA697 is #145968. Grayscale: #B9B9B9. Windows color (decimal): -1333609 or 9938667. OLE color: 9938667.

HSL color Cylindrical-coordinate representation of color #EBA697: hue angle of 10.71º 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 #EBA697 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 151 -
CMYK 0 0.29 0.36 0.08
HSL 10.71º 0.68% 0.76% -
HSV(B) 10.71º 0.36% 0.92% -
XYZ 53.48 47.17 35.56 -
YUV 184.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 235 166 151 0 0.29 0.36 0.08 10.71 0.68 0.76
Hex EB A6 97 0 1D 24 8 B 44 4C
Octal 353 246 227 0 35 44 10 13 104 114
Binary 11101011 10100110 10010111 0 11101 100100 1000 1011 1000100 1001100

Color Harmonies of #EBA697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA697

Black with #EBA697

Text Example


Text Example

White with #EBA697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA697; }

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

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

background-color css

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

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

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

border-color css

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

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

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