Html Css Color HEX #EBA796 Wax Flower

📋 copy color: '#EBA796'

red 235 ◦ green 167 ◦ blue 150

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

Shades of Wax Flower #EBA796

Tints of Wax Flower #EBA796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.25%

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

R = 42.57%
G = 30.25%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBA796 (or 0xEBA796) is known color: Wax Flower. HEX triplet: EB, A7 and 96. RGB value is (235,167,150). Sum of RGB (Red+Green+Blue) = 235+167+150=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA796 is #145869. Grayscale: #B9B9B9. Windows color (decimal): -1333354 or 9873387. OLE color: 9873387.

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

Color convert

RGB 235 167 150 -
CMYK 0 0.29 0.36 0.08
HSL 12º 0.68% 0.75% -
HSV(B) 12º 0.36% 0.92% -
XYZ 53.58 47.5 35.2 -
YUV 185.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 235 167 150 0 0.29 0.36 0.08 12 0.68 0.75
Hex EB A7 96 0 1D 24 8 C 44 4B
Octal 353 247 226 0 35 44 10 14 104 113
Binary 11101011 10100111 10010110 0 11101 100100 1000 1100 1000100 1001011

Color Harmonies of #EBA796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA796

Black with #EBA796

Text Example


Text Example

White with #EBA796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA796; }

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

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

background-color css

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

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

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

border-color css

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

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

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