Html Css Color HEX #EBA894 Wax Flower

📋 copy color: '#EBA894'

red 235 ◦ green 168 ◦ blue 148

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

Shades of Wax Flower #EBA894

Tints of Wax Flower #EBA894

RGB

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

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

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

R = 42.65%
G = 30.49%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA894 (or 0xEBA894) is known color: Wax Flower. HEX triplet: EB, A8 and 94. RGB value is (235,168,148). Sum of RGB (Red+Green+Blue) = 235+168+148=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA894 is #14576B. Grayscale: #B9B9B9. Windows color (decimal): -1333100 or 9742571. OLE color: 9742571.

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

Color convert

RGB 235 168 148 -
CMYK 0 0.29 0.37 0.08
HSL 13.79º 0.69% 0.75% -
HSV(B) 13.79º 0.37% 0.92% -
XYZ 53.61 47.81 34.42 -
YUV 185.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 235 168 148 0 0.29 0.37 0.08 13.79 0.69 0.75
Hex EB A8 94 0 1D 25 8 E 45 4B
Octal 353 250 224 0 35 45 10 16 105 113
Binary 11101011 10101000 10010100 0 11101 100101 1000 1110 1000101 1001011

Color Harmonies of #EBA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA894

Black with #EBA894

Text Example


Text Example

White with #EBA894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA894; }

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

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

background-color css

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

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

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

border-color css

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

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

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