Html Css Color HEX #EBAC9D Wax Flower

📋 copy color: '#EBAC9D'

red 235 ◦ green 172 ◦ blue 157

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

Shades of Wax Flower #EBAC9D

Tints of Wax Flower #EBAC9D

RGB

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

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

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

R = 41.67%
G = 30.5%
B = 27.84%

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

#EBAC9D (or 0xEBAC9D) is known color: Wax Flower. HEX triplet: EB, AC and 9D. RGB value is (235,172,157). Sum of RGB (Red+Green+Blue) = 235+172+157=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAC9D is #145362. Grayscale: #BDBDBD. Windows color (decimal): -1332067 or 10333419. OLE color: 10333419.

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

Color convert

RGB 235 172 157 -
CMYK 0 0.27 0.33 0.08
HSL 11.54º 0.66% 0.77% -
HSV(B) 11.54º 0.33% 0.92% -
XYZ 55.1 49.6 38.57 -
YUV 189.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 235 172 157 0 0.27 0.33 0.08 11.54 0.66 0.77
Hex EB AC 9D 0 1B 21 8 C 42 4D
Octal 353 254 235 0 33 41 10 14 102 115
Binary 11101011 10101100 10011101 0 11011 100001 1000 1100 1000010 1001101

Color Harmonies of #EBAC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC9D

Black with #EBAC9D

Text Example


Text Example

White with #EBAC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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