#FFE213 (or 0xFFE213) is unknown color: approx Lemon. HEX triplet: FF, E2 and 13. RGB value is (255,226,19). Sum of RGB (Red+Green+Blue) = 255+226+19=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 19 (7.81% from 255 or 3.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE213 is #001DEC. Grayscale: #D3D3D3. Windows color (decimal): -7661 or 1303295. OLE color: 1303295.
HSL color Cylindrical-coordinate representation of color #FFE213: hue angle of 52.63º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFE213 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.
<style> p { color: #FFE213; } p { color: rgb(255,226,19); } H1.HeaderClassName { color: #FFE213; } .AnyTagClassName { color: #FFE213; } </style>
<style> a { background-color: #FFE213; } a { background-color: rgb(255,226,19); } div.DivClassName { background-color: #FFE213; } .BgClassName { background-color: #FFE213; } </style>
<style> span { border-color: #FFE213; } span { border-color: rgb(255,226,19); } td.TdClassName { border-color: #FFE213; } .TagClassName { border-color: #FFE213; } </style>