Html Css Color HEX #EBBAA4 Wax Flower

📋 copy color: '#EBBAA4'

red 235 ◦ green 186 ◦ blue 164

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

Shades of Wax Flower #EBBAA4

Tints of Wax Flower #EBBAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.03%

R = 40.17%
G = 31.79%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBBAA4 (or 0xEBBAA4) is known color: Wax Flower. HEX triplet: EB, BA and A4. RGB value is (235,186,164). Sum of RGB (Red+Green+Blue) = 235+186+164=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAA4 is #14455B. Grayscale: #C6C6C6. Windows color (decimal): -1328476 or 10795755. OLE color: 10795755.

HSL color Cylindrical-coordinate representation of color #EBBAA4: hue angle of 18.59º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBBAA4 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 164 -
CMYK 0 0.21 0.30 0.08
HSL 18.59º 0.64% 0.78% -
HSV(B) 18.59º 0.3% 0.92% -
XYZ 58.52 55.46 42.74 -
YUV 198.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 235 186 164 0 0.21 0.30 0.08 18.59 0.64 0.78
Hex EB BA A4 0 15 1E 8 13 40 4E
Octal 353 272 244 0 25 36 10 23 100 116
Binary 11101011 10111010 10100100 0 10101 11110 1000 10011 1000000 1001110

Color Harmonies of #EBBAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAA4

Black with #EBBAA4

Text Example


Text Example

White with #EBBAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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