#FFEBAD (or 0xFFEBAD) is unknown color: approx Banana Mania. HEX triplet: FF, EB and AD. RGB value is (255,235,173). Sum of RGB (Red+Green+Blue) = 255+235+173=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEBAD is #001452. Grayscale: #EAEAEA. Windows color (decimal): -5203 or 11398143. OLE color: 11398143.
HSL color Cylindrical-coordinate representation of color #FFEBAD: hue angle of 45.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFEBAD is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.
<style> p { color: #ffebad; } p { color: rgb(255,235,173); } H1.HeaderClassName { color: #ffebad; } .AnyTagClassName { color: #ffebad; } </style>
<style> a { background-color: #ffebad; } a { background-color: rgb(255,235,173); } div.DivClassName { background-color: #ffebad; } .BgClassName { background-color: #ffebad; } </style>
<style> span { border-color: #ffebad; } span { border-color: rgb(255,235,173); } td.TdClassName { border-color: #ffebad; } .TagClassName { border-color: #ffebad; } </style>