Html Css Color HEX #EBA999 Wax Flower

📋 copy color: '#EBA999'

red 235 ◦ green 169 ◦ blue 153

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

Shades of Wax Flower #EBA999

Tints of Wax Flower #EBA999

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.34%

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

R = 42.19%
G = 30.34%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBA999 (or 0xEBA999) is known color: Wax Flower. HEX triplet: EB, A9 and 99. RGB value is (235,169,153). Sum of RGB (Red+Green+Blue) = 235+169+153=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA999 is #145666. Grayscale: #BBBBBB. Windows color (decimal): -1332839 or 10070507. OLE color: 10070507.

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

Color convert

RGB 235 169 153 -
CMYK 0 0.28 0.35 0.08
HSL 11.71º 0.67% 0.76% -
HSV(B) 11.71º 0.35% 0.92% -
XYZ 54.2 48.34 36.61 -
YUV 186.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 235 169 153 0 0.28 0.35 0.08 11.71 0.67 0.76
Hex EB A9 99 0 1C 23 8 C 43 4C
Octal 353 251 231 0 34 43 10 14 103 114
Binary 11101011 10101001 10011001 0 11100 100011 1000 1100 1000011 1001100

Color Harmonies of #EBA999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA999

Black with #EBA999

Text Example


Text Example

White with #EBA999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA999; }

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

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

background-color css

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

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

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

border-color css

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

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

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