Html Css Color HEX #EBA99C Wax Flower

📋 copy color: '#EBA99C'

red 235 ◦ green 169 ◦ blue 156

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

Shades of Wax Flower #EBA99C

Tints of Wax Flower #EBA99C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.18%

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

R = 41.96%
G = 30.18%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBA99C (or 0xEBA99C) is known color: Wax Flower. HEX triplet: EB, A9 and 9C. RGB value is (235,169,156). Sum of RGB (Red+Green+Blue) = 235+169+156=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA99C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA99C is #145663. Grayscale: #BBBBBB. Windows color (decimal): -1332836 or 10267115. OLE color: 10267115.

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

Color convert

RGB 235 169 156 -
CMYK 0 0.28 0.34 0.08
HSL 9.87º 0.66% 0.77% -
HSV(B) 9.87º 0.34% 0.92% -
XYZ 54.45 48.44 37.93 -
YUV 187.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 235 169 156 0 0.28 0.34 0.08 9.87 0.66 0.77
Hex EB A9 9C 0 1C 22 8 A 42 4D
Octal 353 251 234 0 34 42 10 12 102 115
Binary 11101011 10101001 10011100 0 11100 100010 1000 1010 1000010 1001101

Color Harmonies of #EBA99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA99C

Black with #EBA99C

Text Example


Text Example

White with #EBA99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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