Html Css Color HEX #EBAF9F Wax Flower

📋 copy color: '#EBAF9F'

red 235 ◦ green 175 ◦ blue 159

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

Shades of Wax Flower #EBAF9F

Tints of Wax Flower #EBAF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.94%

R = 41.3%
G = 30.76%
B = 27.94%

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

#EBAF9F (or 0xEBAF9F) is known color: Wax Flower. HEX triplet: EB, AF and 9F. RGB value is (235,175,159). Sum of RGB (Red+Green+Blue) = 235+175+159=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF9F is #145060. Grayscale: #BFBFBF. Windows color (decimal): -1331297 or 10465259. OLE color: 10465259.

HSL color Cylindrical-coordinate representation of color #EBAF9F: hue angle of 12.63º degrees, saturation: 0.66, 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 #EBAF9F is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 175 159 -
CMYK 0 0.26 0.32 0.08
HSL 12.63º 0.66% 0.77% -
HSV(B) 12.63º 0.32% 0.92% -
XYZ 55.85 50.83 39.67 -
YUV 191.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 235 175 159 0 0.26 0.32 0.08 12.63 0.66 0.77
Hex EB AF 9F 0 1A 20 8 D 42 4D
Octal 353 257 237 0 32 40 10 15 102 115
Binary 11101011 10101111 10011111 0 11010 100000 1000 1101 1000010 1001101

Color Harmonies of #EBAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF9F

Black with #EBAF9F

Text Example


Text Example

White with #EBAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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