Html Css Color HEX #EBB1A0 Wax Flower

📋 copy color: '#EBB1A0'

red 235 ◦ green 177 ◦ blue 160

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

Shades of Wax Flower #EBB1A0

Tints of Wax Flower #EBB1A0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.94%

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

R = 41.08%
G = 30.94%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBB1A0 (or 0xEBB1A0) is known color: Wax Flower. HEX triplet: EB, B1 and A0. RGB value is (235,177,160). Sum of RGB (Red+Green+Blue) = 235+177+160=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1A0 is #144E5F. Grayscale: #C0C0C0. Windows color (decimal): -1330784 or 10531307. OLE color: 10531307.

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

Color convert

RGB 235 177 160 -
CMYK 0 0.25 0.32 0.08
HSL 13.6º 0.65% 0.77% -
HSV(B) 13.6º 0.32% 0.92% -
XYZ 56.33 51.64 40.26 -
YUV 192.4 109.72 158.38 -
System Red Green Blue C M Y K H S L
Decimal 235 177 160 0 0.25 0.32 0.08 13.6 0.65 0.77
Hex EB B1 A0 0 19 20 8 E 41 4D
Octal 353 261 240 0 31 40 10 16 101 115
Binary 11101011 10110001 10100000 0 11001 100000 1000 1110 1000001 1001101

Color Harmonies of #EBB1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1A0

Black with #EBB1A0

Text Example


Text Example

White with #EBB1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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