Html Css Color HEX #EBB9A0 Wax Flower

📋 copy color: '#EBB9A0'

red 235 ◦ green 185 ◦ blue 160

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

Shades of Wax Flower #EBB9A0

Tints of Wax Flower #EBB9A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.59%

R = 40.52%
G = 31.9%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBB9A0 (or 0xEBB9A0) is known color: Wax Flower. HEX triplet: EB, B9 and A0. RGB value is (235,185,160). Sum of RGB (Red+Green+Blue) = 235+185+160=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9A0 is #14465F. Grayscale: #C5C5C5. Windows color (decimal): -1328736 or 10533355. OLE color: 10533355.

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

Color convert

RGB 235 185 160 -
CMYK 0 0.21 0.32 0.08
HSL 20º 0.65% 0.77% -
HSV(B) 20º 0.32% 0.92% -
XYZ 57.96 54.9 40.8 -
YUV 197.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 235 185 160 0 0.21 0.32 0.08 20 0.65 0.77
Hex EB B9 A0 0 15 20 8 14 41 4D
Octal 353 271 240 0 25 40 10 24 101 115
Binary 11101011 10111001 10100000 0 10101 100000 1000 10100 1000001 1001101

Color Harmonies of #EBB9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9A0

Black with #EBB9A0

Text Example


Text Example

White with #EBB9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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