Shades of Salomie #FED37E
Tints of Salomie #FED37E
RGB
CMYK
RGB Variations
Color information
#FED37E (or 0xFED37E) is known color: Salomie. HEX triplet: FE, D3 and 7E. RGB value is (254,211,126). Sum of RGB (Red+Green+Blue) = 254+211+126=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 126 (49.61% from 255 or 21.32% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FED37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED37E is #012C81. Grayscale: #D6D6D6. Windows color (decimal): -76930 or 8311806. OLE color: 8311806.
HSL color Cylindrical-coordinate representation of color #FED37E: hue angle of 39.84º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED37E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 126 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.00 |
| HSL | 39.84º | 0.98% | 0.75% | - |
| HSV(B) | 39.84º | 0.5% | 1% | - |
| XYZ | 67.93 | 69.17 | 29.51 | - |
| YUV | 214.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 126 | 0 | 0.17 | 0.50 | 0.00 | 39.84 | 0.98 | 0.75 |
| Hex | FE | D3 | 7E | 0 | 11 | 32 | 0 | 28 | 62 | 4B |
| Octal | 376 | 323 | 176 | 0 | 21 | 62 | 0 | 50 | 142 | 113 |
| Binary | 11111110 | 11010011 | 1111110 | 0 | 10001 | 110010 | 0 | 101000 | 1100010 | 1001011 |
Color Harmonies of #FED37E
Complementary color
Monochromatic Colors of #FED37E
Black with #FED37E
Text Example
Text Example
White with #FED37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED37E; }
p { color: rgb(254,211,126); }
H1.HeaderClassName
{
color: #FED37E;
}
.AnyTagClassName
{
color: #FED37E;
}
</style>
background-color css
<style>
a { background-color: #FED37E; }
a { background-color: rgb(254,211,126); }
div.DivClassName
{
background-color: #FED37E;
}
.BgClassName
{
background-color: #FED37E;
}
</style>
border-color css
<style>
span { border-color: #FED37E; }
span { border-color: rgb(254,211,126); }
td.TdClassName
{
border-color: #FED37E;
}
.TagClassName
{
border-color: #FED37E;
}
</style>