Html Css Color HEX #EBAFA0 Wax Flower

📋 copy color: '#EBAFA0'

red 235 ◦ green 175 ◦ blue 160

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

Shades of Wax Flower #EBAFA0

Tints of Wax Flower #EBAFA0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.7%

 BLUE value IS 160 (62.89% from 255) = 28.07%

R = 41.23%
G = 30.7%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBAFA0 (or 0xEBAFA0) is known color: Wax Flower. HEX triplet: EB, AF and A0. RGB value is (235,175,160). Sum of RGB (Red+Green+Blue) = 235+175+160=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAFA0 is #14505F. Grayscale: #BFBFBF. Windows color (decimal): -1331296 or 10530795. OLE color: 10530795.

HSL color Cylindrical-coordinate representation of color #EBAFA0: hue angle of 12º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBAFA0 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 175 160 -
CMYK 0 0.26 0.32 0.08
HSL 12º 0.65% 0.77% -
HSV(B) 12º 0.32% 0.92% -
XYZ 55.94 50.86 40.13 -
YUV 191.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 235 175 160 0 0.26 0.32 0.08 12 0.65 0.77
Hex EB AF A0 0 1A 20 8 C 41 4D
Octal 353 257 240 0 32 40 10 14 101 115
Binary 11101011 10101111 10100000 0 11010 100000 1000 1100 1000001 1001101

Color Harmonies of #EBAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFA0

Black with #EBAFA0

Text Example


Text Example

White with #EBAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFA0; }

 p { color: rgb(235,175,160); }

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

background-color css

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

 a { background-color: rgb(235,175,160); }

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

border-color css

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

 span { border-color: rgb(235,175,160); }

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