Html Css Color HEX #EBA598 Wax Flower

📋 copy color: '#EBA598'

red 235 ◦ green 165 ◦ blue 152

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

Shades of Wax Flower #EBA598

Tints of Wax Flower #EBA598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.54%

R = 42.57%
G = 29.89%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBA598 (or 0xEBA598) is known color: Wax Flower. HEX triplet: EB, A5 and 98. RGB value is (235,165,152). Sum of RGB (Red+Green+Blue) = 235+165+152=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA598 is #145A67. Grayscale: #B8B8B8. Windows color (decimal): -1333864 or 10003947. OLE color: 10003947.

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

Color convert

RGB 235 165 152 -
CMYK 0 0.30 0.35 0.08
HSL 9.4º 0.67% 0.76% -
HSV(B) 9.4º 0.35% 0.92% -
XYZ 53.38 46.84 35.93 -
YUV 184.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 235 165 152 0 0.30 0.35 0.08 9.4 0.67 0.76
Hex EB A5 98 0 1E 23 8 9 43 4C
Octal 353 245 230 0 36 43 10 11 103 114
Binary 11101011 10100101 10011000 0 11110 100011 1000 1001 1000011 1001100

Color Harmonies of #EBA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA598

Black with #EBA598

Text Example


Text Example

White with #EBA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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