Html Css Color HEX #EBAC9C Wax Flower

📋 copy color: '#EBAC9C'

red 235 ◦ green 172 ◦ blue 156

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

Shades of Wax Flower #EBAC9C

Tints of Wax Flower #EBAC9C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.55%

 BLUE value IS 156 (61.33% from 255) = 27.71%

R = 41.74%
G = 30.55%
B = 27.71%

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

#EBAC9C (or 0xEBAC9C) is known color: Wax Flower. HEX triplet: EB, AC and 9C. RGB value is (235,172,156). Sum of RGB (Red+Green+Blue) = 235+172+156=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAC9C is #145363. Grayscale: #BDBDBD. Windows color (decimal): -1332068 or 10267883. OLE color: 10267883.

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

Color convert

RGB 235 172 156 -
CMYK 0 0.27 0.34 0.08
HSL 12.15º 0.66% 0.77% -
HSV(B) 12.15º 0.34% 0.92% -
XYZ 55.01 49.57 38.12 -
YUV 189.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 235 172 156 0 0.27 0.34 0.08 12.15 0.66 0.77
Hex EB AC 9C 0 1B 22 8 C 42 4D
Octal 353 254 234 0 33 42 10 14 102 115
Binary 11101011 10101100 10011100 0 11011 100010 1000 1100 1000010 1001101

Color Harmonies of #EBAC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC9C

Black with #EBAC9C

Text Example


Text Example

White with #EBAC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC9C; }

 p { color: rgb(235,172,156); }

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

background-color css

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

 a { background-color: rgb(235,172,156); }

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

border-color css

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

 span { border-color: rgb(235,172,156); }

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