Html Css Color HEX #EBA795 Wax Flower

📋 copy color: '#EBA795'

red 235 ◦ green 167 ◦ blue 149

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

Shades of Wax Flower #EBA795

Tints of Wax Flower #EBA795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.04%

R = 42.65%
G = 30.31%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA795 (or 0xEBA795) is known color: Wax Flower. HEX triplet: EB, A7 and 95. RGB value is (235,167,149). Sum of RGB (Red+Green+Blue) = 235+167+149=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA795 is #14586A. Grayscale: #B9B9B9. Windows color (decimal): -1333355 or 9807851. OLE color: 9807851.

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

Color convert

RGB 235 167 149 -
CMYK 0 0.29 0.37 0.08
HSL 12.56º 0.68% 0.75% -
HSV(B) 12.56º 0.37% 0.92% -
XYZ 53.5 47.47 34.78 -
YUV 185.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 235 167 149 0 0.29 0.37 0.08 12.56 0.68 0.75
Hex EB A7 95 0 1D 25 8 D 44 4B
Octal 353 247 225 0 35 45 10 15 104 113
Binary 11101011 10100111 10010101 0 11101 100101 1000 1101 1000100 1001011

Color Harmonies of #EBA795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA795

Black with #EBA795

Text Example


Text Example

White with #EBA795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA795; }

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

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

background-color css

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

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

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

border-color css

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

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

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