Html Css Color HEX #EBA699 Wax Flower

📋 copy color: '#EBA699'

red 235 ◦ green 166 ◦ blue 153

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

Shades of Wax Flower #EBA699

Tints of Wax Flower #EBA699

RGB

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

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

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

R = 42.42%
G = 29.96%
B = 27.62%

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

#EBA699 (or 0xEBA699) is known color: Wax Flower. HEX triplet: EB, A6 and 99. RGB value is (235,166,153). Sum of RGB (Red+Green+Blue) = 235+166+153=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA699 is #145966. Grayscale: #B9B9B9. Windows color (decimal): -1333607 or 10069739. OLE color: 10069739.

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

Color convert

RGB 235 166 153 -
CMYK 0 0.29 0.35 0.08
HSL 9.51º 0.67% 0.76% -
HSV(B) 9.51º 0.35% 0.92% -
XYZ 53.65 47.23 36.43 -
YUV 185.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 235 166 153 0 0.29 0.35 0.08 9.51 0.67 0.76
Hex EB A6 99 0 1D 23 8 A 43 4C
Octal 353 246 231 0 35 43 10 12 103 114
Binary 11101011 10100110 10011001 0 11101 100011 1000 1010 1000011 1001100

Color Harmonies of #EBA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA699

Black with #EBA699

Text Example


Text Example

White with #EBA699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA699; }

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

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

background-color css

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

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

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

border-color css

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

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

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