Html Css Color HEX #EBA698 Wax Flower

📋 copy color: '#EBA698'

red 235 ◦ green 166 ◦ blue 152

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

Shades of Wax Flower #EBA698

Tints of Wax Flower #EBA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.02%

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

R = 42.5%
G = 30.02%
B = 27.49%

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

#EBA698 (or 0xEBA698) is known color: Wax Flower. HEX triplet: EB, A6 and 98. RGB value is (235,166,152). Sum of RGB (Red+Green+Blue) = 235+166+152=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA698 is #145967. Grayscale: #B9B9B9. Windows color (decimal): -1333608 or 10004203. OLE color: 10004203.

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

Color convert

RGB 235 166 152 -
CMYK 0 0.29 0.35 0.08
HSL 10.12º 0.67% 0.76% -
HSV(B) 10.12º 0.35% 0.92% -
XYZ 53.56 47.2 35.99 -
YUV 185.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 235 166 152 0 0.29 0.35 0.08 10.12 0.67 0.76
Hex EB A6 98 0 1D 23 8 A 43 4C
Octal 353 246 230 0 35 43 10 12 103 114
Binary 11101011 10100110 10011000 0 11101 100011 1000 1010 1000011 1001100

Color Harmonies of #EBA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA698

Black with #EBA698

Text Example


Text Example

White with #EBA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA698; }

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

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

background-color css

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

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

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

border-color css

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

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

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