Html Css Color HEX #EBA996 Wax Flower

📋 copy color: '#EBA996'

red 235 ◦ green 169 ◦ blue 150

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

Shades of Wax Flower #EBA996

Tints of Wax Flower #EBA996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.08%

R = 42.42%
G = 30.51%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBA996 (or 0xEBA996) is known color: Wax Flower. HEX triplet: EB, A9 and 96. RGB value is (235,169,150). Sum of RGB (Red+Green+Blue) = 235+169+150=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA996 is #145669. Grayscale: #BABABA. Windows color (decimal): -1332842 or 9873899. OLE color: 9873899.

HSL color Cylindrical-coordinate representation of color #EBA996: hue angle of 13.41º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA996 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 150 -
CMYK 0 0.28 0.36 0.08
HSL 13.41º 0.68% 0.75% -
HSV(B) 13.41º 0.36% 0.92% -
XYZ 53.95 48.24 35.32 -
YUV 186.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 235 169 150 0 0.28 0.36 0.08 13.41 0.68 0.75
Hex EB A9 96 0 1C 24 8 D 44 4B
Octal 353 251 226 0 34 44 10 15 104 113
Binary 11101011 10101001 10010110 0 11100 100100 1000 1101 1000100 1001011

Color Harmonies of #EBA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA996

Black with #EBA996

Text Example


Text Example

White with #EBA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA996; }

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

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

background-color css

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

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

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

border-color css

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

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

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