Html Css Color HEX #EBAB9E Wax Flower

📋 copy color: '#EBAB9E'

red 235 ◦ green 171 ◦ blue 158

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

Shades of Wax Flower #EBAB9E

Tints of Wax Flower #EBAB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.01%

R = 41.67%
G = 30.32%
B = 28.01%

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

#EBAB9E (or 0xEBAB9E) is known color: Wax Flower. HEX triplet: EB, AB and 9E. RGB value is (235,171,158). Sum of RGB (Red+Green+Blue) = 235+171+158=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAB9E is #145461. Grayscale: #BCBCBC. Windows color (decimal): -1332322 or 10398699. OLE color: 10398699.

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

Color convert

RGB 235 171 158 -
CMYK 0 0.27 0.33 0.08
HSL 10.13º 0.66% 0.77% -
HSV(B) 10.13º 0.33% 0.92% -
XYZ 55 49.26 38.96 -
YUV 188.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 235 171 158 0 0.27 0.33 0.08 10.13 0.66 0.77
Hex EB AB 9E 0 1B 21 8 A 42 4D
Octal 353 253 236 0 33 41 10 12 102 115
Binary 11101011 10101011 10011110 0 11011 100001 1000 1010 1000010 1001101

Color Harmonies of #EBAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB9E

Black with #EBAB9E

Text Example


Text Example

White with #EBAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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