Html Css Color HEX #EBA59A Wax Flower

📋 copy color: '#EBA59A'

red 235 ◦ green 165 ◦ blue 154

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

Shades of Wax Flower #EBA59A

Tints of Wax Flower #EBA59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.78%

 BLUE value IS 154 (60.55% from 255) = 27.8%

R = 42.42%
G = 29.78%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBA59A (or 0xEBA59A) is known color: Wax Flower. HEX triplet: EB, A5 and 9A. RGB value is (235,165,154). Sum of RGB (Red+Green+Blue) = 235+165+154=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA59A is #145A65. Grayscale: #B8B8B8. Windows color (decimal): -1333862 or 10135019. OLE color: 10135019.

HSL color Cylindrical-coordinate representation of color #EBA59A: hue angle of 8.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA59A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 154 -
CMYK 0 0.30 0.34 0.08
HSL 8.15º 0.67% 0.76% -
HSV(B) 8.15º 0.34% 0.92% -
XYZ 53.55 46.91 36.8 -
YUV 184.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 235 165 154 0 0.30 0.34 0.08 8.15 0.67 0.76
Hex EB A5 9A 0 1E 22 8 8 43 4C
Octal 353 245 232 0 36 42 10 10 103 114
Binary 11101011 10100101 10011010 0 11110 100010 1000 1000 1000011 1001100

Color Harmonies of #EBA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA59A

Black with #EBA59A

Text Example


Text Example

White with #EBA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA59A; }

 p { color: rgb(235,165,154); }

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

background-color css

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

 a { background-color: rgb(235,165,154); }

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

border-color css

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

 span { border-color: rgb(235,165,154); }

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