Html Css Color HEX #EBA898 Wax Flower

📋 copy color: '#EBA898'

red 235 ◦ green 168 ◦ blue 152

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

Shades of Wax Flower #EBA898

Tints of Wax Flower #EBA898

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.27%

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

R = 42.34%
G = 30.27%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBA898 (or 0xEBA898) is known color: Wax Flower. HEX triplet: EB, A8 and 98. RGB value is (235,168,152). Sum of RGB (Red+Green+Blue) = 235+168+152=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA898 is #145767. Grayscale: #BABABA. Windows color (decimal): -1333096 or 10004715. OLE color: 10004715.

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

Color convert

RGB 235 168 152 -
CMYK 0 0.29 0.35 0.08
HSL 11.57º 0.67% 0.76% -
HSV(B) 11.57º 0.35% 0.92% -
XYZ 53.93 47.93 36.12 -
YUV 186.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 235 168 152 0 0.29 0.35 0.08 11.57 0.67 0.76
Hex EB A8 98 0 1D 23 8 C 43 4C
Octal 353 250 230 0 35 43 10 14 103 114
Binary 11101011 10101000 10011000 0 11101 100011 1000 1100 1000011 1001100

Color Harmonies of #EBA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA898

Black with #EBA898

Text Example


Text Example

White with #EBA898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA898; }

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

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

background-color css

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

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

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

border-color css

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

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

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