Html Css Color HEX #EBA899 Wax Flower

📋 copy color: '#EBA899'

red 235 ◦ green 168 ◦ blue 153

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

Shades of Wax Flower #EBA899

Tints of Wax Flower #EBA899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.52%

R = 42.27%
G = 30.22%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBA899 (or 0xEBA899) is known color: Wax Flower. HEX triplet: EB, A8 and 99. RGB value is (235,168,153). Sum of RGB (Red+Green+Blue) = 235+168+153=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA899 is #145766. Grayscale: #BABABA. Windows color (decimal): -1333095 or 10070251. OLE color: 10070251.

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

Color convert

RGB 235 168 153 -
CMYK 0 0.29 0.35 0.08
HSL 10.98º 0.67% 0.76% -
HSV(B) 10.98º 0.35% 0.92% -
XYZ 54.01 47.97 36.55 -
YUV 186.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 235 168 153 0 0.29 0.35 0.08 10.98 0.67 0.76
Hex EB A8 99 0 1D 23 8 B 43 4C
Octal 353 250 231 0 35 43 10 13 103 114
Binary 11101011 10101000 10011001 0 11101 100011 1000 1011 1000011 1001100

Color Harmonies of #EBA899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA899

Black with #EBA899

Text Example


Text Example

White with #EBA899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA899; }

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

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

background-color css

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

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

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

border-color css

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

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

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