Html Css Color HEX #EBB49F Wax Flower

📋 copy color: '#EBB49F'

red 235 ◦ green 180 ◦ blue 159

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

Shades of Wax Flower #EBB49F

Tints of Wax Flower #EBB49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.36%

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

R = 40.94%
G = 31.36%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBB49F (or 0xEBB49F) is known color: Wax Flower. HEX triplet: EB, B4 and 9F. RGB value is (235,180,159). Sum of RGB (Red+Green+Blue) = 235+180+159=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB49F is #144B60. Grayscale: #C2C2C2. Windows color (decimal): -1330017 or 10466539. OLE color: 10466539.

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

Color convert

RGB 235 180 159 -
CMYK 0 0.23 0.32 0.08
HSL 16.58º 0.66% 0.77% -
HSV(B) 16.58º 0.32% 0.92% -
XYZ 56.84 52.81 40 -
YUV 194.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 235 180 159 0 0.23 0.32 0.08 16.58 0.66 0.77
Hex EB B4 9F 0 17 20 8 11 42 4D
Octal 353 264 237 0 27 40 10 21 102 115
Binary 11101011 10110100 10011111 0 10111 100000 1000 10001 1000010 1001101

Color Harmonies of #EBB49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB49F

Black with #EBB49F

Text Example


Text Example

White with #EBB49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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