Html Css Color HEX #EBB5A1 Wax Flower

📋 copy color: '#EBB5A1'

red 235 ◦ green 181 ◦ blue 161

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

Shades of Wax Flower #EBB5A1

Tints of Wax Flower #EBB5A1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.37%

 BLUE value IS 161 (63.28% from 255) = 27.9%

R = 40.73%
G = 31.37%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBB5A1 (or 0xEBB5A1) is known color: Wax Flower. HEX triplet: EB, B5 and A1. RGB value is (235,181,161). Sum of RGB (Red+Green+Blue) = 235+181+161=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB5A1 is #144A5E. Grayscale: #C3C3C3. Windows color (decimal): -1329759 or 10597867. OLE color: 10597867.

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

Color convert

RGB 235 181 161 -
CMYK 0 0.23 0.31 0.08
HSL 16.22º 0.65% 0.78% -
HSV(B) 16.22º 0.31% 0.92% -
XYZ 57.22 53.28 40.99 -
YUV 194.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 235 181 161 0 0.23 0.31 0.08 16.22 0.65 0.78
Hex EB B5 A1 0 17 1F 8 10 41 4E
Octal 353 265 241 0 27 37 10 20 101 116
Binary 11101011 10110101 10100001 0 10111 11111 1000 10000 1000001 1001110

Color Harmonies of #EBB5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB5A1

Black with #EBB5A1

Text Example


Text Example

White with #EBB5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB5A1; }

 p { color: rgb(235,181,161); }

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

background-color css

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

 a { background-color: rgb(235,181,161); }

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

border-color css

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

 span { border-color: rgb(235,181,161); }

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