Html Css Color HEX #EBB9A5 Wax Flower

📋 copy color: '#EBB9A5'

red 235 ◦ green 185 ◦ blue 165

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

Shades of Wax Flower #EBB9A5

Tints of Wax Flower #EBB9A5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.62%

 BLUE value IS 165 (64.84% from 255) = 28.21%

R = 40.17%
G = 31.62%
B = 28.21%

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

#EBB9A5 (or 0xEBB9A5) is known color: Wax Flower. HEX triplet: EB, B9 and A5. RGB value is (235,185,165). Sum of RGB (Red+Green+Blue) = 235+185+165=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9A5 is #14465A. Grayscale: #C5C5C5. Windows color (decimal): -1328731 or 10861035. OLE color: 10861035.

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

Color convert

RGB 235 185 165 -
CMYK 0 0.21 0.30 0.08
HSL 17.14º 0.64% 0.78% -
HSV(B) 17.14º 0.3% 0.92% -
XYZ 58.4 55.08 43.15 -
YUV 197.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 235 185 165 0 0.21 0.30 0.08 17.14 0.64 0.78
Hex EB B9 A5 0 15 1E 8 11 40 4E
Octal 353 271 245 0 25 36 10 21 100 116
Binary 11101011 10111001 10100101 0 10101 11110 1000 10001 1000000 1001110

Color Harmonies of #EBB9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9A5

Black with #EBB9A5

Text Example


Text Example

White with #EBB9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9A5; }

 p { color: rgb(235,185,165); }

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

background-color css

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

 a { background-color: rgb(235,185,165); }

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

border-color css

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

 span { border-color: rgb(235,185,165); }

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