Html Css Color HEX #EBBAA1 Wax Flower

📋 copy color: '#EBBAA1'

red 235 ◦ green 186 ◦ blue 161

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

Shades of Wax Flower #EBBAA1

Tints of Wax Flower #EBBAA1

RGB

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

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

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

R = 40.38%
G = 31.96%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBBAA1 (or 0xEBBAA1) is known color: Wax Flower. HEX triplet: EB, BA and A1. RGB value is (235,186,161). Sum of RGB (Red+Green+Blue) = 235+186+161=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAA1 is #14455E. Grayscale: #C5C5C5. Windows color (decimal): -1328479 or 10599147. OLE color: 10599147.

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

Color convert

RGB 235 186 161 -
CMYK 0 0.21 0.31 0.08
HSL 20.27º 0.65% 0.78% -
HSV(B) 20.27º 0.31% 0.92% -
XYZ 58.25 55.35 41.33 -
YUV 197.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 235 186 161 0 0.21 0.31 0.08 20.27 0.65 0.78
Hex EB BA A1 0 15 1F 8 14 41 4E
Octal 353 272 241 0 25 37 10 24 101 116
Binary 11101011 10111010 10100001 0 10101 11111 1000 10100 1000001 1001110

Color Harmonies of #EBBAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAA1

Black with #EBBAA1

Text Example


Text Example

White with #EBBAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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