Html Css Color HEX #EBA994 Wax Flower

📋 copy color: '#EBA994'

red 235 ◦ green 169 ◦ blue 148

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

Shades of Wax Flower #EBA994

Tints of Wax Flower #EBA994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.81%

R = 42.57%
G = 30.62%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA994 (or 0xEBA994) is known color: Wax Flower. HEX triplet: EB, A9 and 94. RGB value is (235,169,148). Sum of RGB (Red+Green+Blue) = 235+169+148=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA994 is #14566B. Grayscale: #BABABA. Windows color (decimal): -1332844 or 9742827. OLE color: 9742827.

HSL color Cylindrical-coordinate representation of color #EBA994: hue angle of 14.48º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBA994 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 148 -
CMYK 0 0.28 0.37 0.08
HSL 14.48º 0.69% 0.75% -
HSV(B) 14.48º 0.37% 0.92% -
XYZ 53.79 48.18 34.48 -
YUV 186.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 235 169 148 0 0.28 0.37 0.08 14.48 0.69 0.75
Hex EB A9 94 0 1C 25 8 E 45 4B
Octal 353 251 224 0 34 45 10 16 105 113
Binary 11101011 10101001 10010100 0 11100 100101 1000 1110 1000101 1001011

Color Harmonies of #EBA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA994

Black with #EBA994

Text Example


Text Example

White with #EBA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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