Html Css Color HEX #EBAB9D Wax Flower

📋 copy color: '#EBAB9D'

red 235 ◦ green 171 ◦ blue 157

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

Shades of Wax Flower #EBAB9D

Tints of Wax Flower #EBAB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.37%

 BLUE value IS 157 (61.72% from 255) = 27.89%

R = 41.74%
G = 30.37%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBAB9D (or 0xEBAB9D) is known color: Wax Flower. HEX triplet: EB, AB and 9D. RGB value is (235,171,157). Sum of RGB (Red+Green+Blue) = 235+171+157=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAB9D is #145462. Grayscale: #BCBCBC. Windows color (decimal): -1332323 or 10333163. OLE color: 10333163.

HSL color Cylindrical-coordinate representation of color #EBAB9D: hue angle of 10.77º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBAB9D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 171 157 -
CMYK 0 0.27 0.33 0.08
HSL 10.77º 0.66% 0.77% -
HSV(B) 10.77º 0.33% 0.92% -
XYZ 54.91 49.22 38.51 -
YUV 188.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 235 171 157 0 0.27 0.33 0.08 10.77 0.66 0.77
Hex EB AB 9D 0 1B 21 8 B 42 4D
Octal 353 253 235 0 33 41 10 13 102 115
Binary 11101011 10101011 10011101 0 11011 100001 1000 1011 1000010 1001101

Color Harmonies of #EBAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB9D

Black with #EBAB9D

Text Example


Text Example

White with #EBAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB9D; }

 p { color: rgb(235,171,157); }

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

background-color css

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

 a { background-color: rgb(235,171,157); }

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

border-color css

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

 span { border-color: rgb(235,171,157); }

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