Html Css Color HEX #EBAB9B Wax Flower

📋 copy color: '#EBAB9B'

red 235 ◦ green 171 ◦ blue 155

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

Shades of Wax Flower #EBAB9B

Tints of Wax Flower #EBAB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.63%

R = 41.89%
G = 30.48%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBAB9B (or 0xEBAB9B) is known color: Wax Flower. HEX triplet: EB, AB and 9B. RGB value is (235,171,155). Sum of RGB (Red+Green+Blue) = 235+171+155=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAB9B is #145464. Grayscale: #BCBCBC. Windows color (decimal): -1332325 or 10202091. OLE color: 10202091.

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

Color convert

RGB 235 171 155 -
CMYK 0 0.27 0.34 0.08
HSL 12º 0.67% 0.76% -
HSV(B) 12º 0.34% 0.92% -
XYZ 54.74 49.15 37.61 -
YUV 188.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 235 171 155 0 0.27 0.34 0.08 12 0.67 0.76
Hex EB AB 9B 0 1B 22 8 C 43 4C
Octal 353 253 233 0 33 42 10 14 103 114
Binary 11101011 10101011 10011011 0 11011 100010 1000 1100 1000011 1001100

Color Harmonies of #EBAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB9B

Black with #EBAB9B

Text Example


Text Example

White with #EBAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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