Html Css Color HEX #EBBA9F Wax Flower

📋 copy color: '#EBBA9F'

red 235 ◦ green 186 ◦ blue 159

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

Shades of Wax Flower #EBBA9F

Tints of Wax Flower #EBBA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.07%

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

R = 40.52%
G = 32.07%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBBA9F (or 0xEBBA9F) is known color: Wax Flower. HEX triplet: EB, BA and 9F. RGB value is (235,186,159). Sum of RGB (Red+Green+Blue) = 235+186+159=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBA9F is #144560. Grayscale: #C5C5C5. Windows color (decimal): -1328481 or 10468075. OLE color: 10468075.

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

Color convert

RGB 235 186 159 -
CMYK 0 0.21 0.32 0.08
HSL 21.32º 0.66% 0.77% -
HSV(B) 21.32º 0.32% 0.92% -
XYZ 58.08 55.28 40.41 -
YUV 197.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 235 186 159 0 0.21 0.32 0.08 21.32 0.66 0.77
Hex EB BA 9F 0 15 20 8 15 42 4D
Octal 353 272 237 0 25 40 10 25 102 115
Binary 11101011 10111010 10011111 0 10101 100000 1000 10101 1000010 1001101

Color Harmonies of #EBBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA9F

Black with #EBBA9F

Text Example


Text Example

White with #EBBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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