Shades of Selective Yellow #EDAF00
Tints of Selective Yellow #EDAF00
RGB
CMYK
RGB Variations
Color information
#EDAF00 (or 0xEDAF00) is known color: Selective Yellow. HEX triplet: ED, AF and 00. RGB value is (237,175,0). Sum of RGB (Red+Green+Blue) = 237+175+0=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAF00 is #1250FF. Grayscale: #AEAEAE. Windows color (decimal): -1200384 or 45037. OLE color: 45037.
HSL color Cylindrical-coordinate representation of color #EDAF00: hue angle of 44.3º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDAF00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.07 |
| HSL | 44.3º | 1% | 0.46% | - |
| HSV(B) | 44.3º | 1% | 0.93% | - |
| XYZ | 50.26 | 48.66 | 6.74 | - |
| YUV | 173.59 | 30.04 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 0 | 0 | 0.26 | 1 | 0.07 | 44.3 | 1 | 0.46 |
| Hex | ED | AF | 0 | 0 | 1A | 64 | 7 | 2C | 64 | 2E |
| Octal | 355 | 257 | 0 | 0 | 32 | 144 | 7 | 54 | 144 | 56 |
| Binary | 11101101 | 10101111 | 0 | 0 | 11010 | 1100100 | 111 | 101100 | 1100100 | 101110 |
Color Harmonies of #EDAF00
Complementary color
Monochromatic Colors of #EDAF00
Black with #EDAF00
Text Example
Text Example
White with #EDAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF00; }
p { color: rgb(237,175,0); }
H1.HeaderClassName
{
color: #EDAF00;
}
.AnyTagClassName
{
color: #EDAF00;
}
</style>
background-color css
<style>
a { background-color: #EDAF00; }
a { background-color: rgb(237,175,0); }
div.DivClassName
{
background-color: #EDAF00;
}
.BgClassName
{
background-color: #EDAF00;
}
</style>
border-color css
<style>
span { border-color: #EDAF00; }
span { border-color: rgb(237,175,0); }
td.TdClassName
{
border-color: #EDAF00;
}
.TagClassName
{
border-color: #EDAF00;
}
</style>