Shades of Selective Yellow #ECB30D
Tints of Selective Yellow #ECB30D
RGB
CMYK
RGB Variations
Color information
#ECB30D (or 0xECB30D) is known color: Selective Yellow. HEX triplet: EC, B3 and 0D. RGB value is (236,179,13). Sum of RGB (Red+Green+Blue) = 236+179+13=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB30D is #134CF2. Grayscale: #B1B1B1. Windows color (decimal): -1264883 or 898028. OLE color: 898028.
HSL color Cylindrical-coordinate representation of color #ECB30D: hue angle of 44.66º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECB30D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.07 |
| HSL | 44.66º | 0.9% | 0.49% | - |
| HSV(B) | 44.66º | 0.94% | 0.93% | - |
| XYZ | 50.78 | 50.1 | 7.37 | - |
| YUV | 177.12 | 35.38 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 13 | 0 | 0.24 | 0.94 | 0.07 | 44.66 | 0.9 | 0.49 |
| Hex | EC | B3 | D | 0 | 18 | 5E | 7 | 2D | 5A | 31 |
| Octal | 354 | 263 | 15 | 0 | 30 | 136 | 7 | 55 | 132 | 61 |
| Binary | 11101100 | 10110011 | 1101 | 0 | 11000 | 1011110 | 111 | 101101 | 1011010 | 110001 |
Color Harmonies of #ECB30D
Complementary color
Monochromatic Colors of #ECB30D
Black with #ECB30D
Text Example
Text Example
White with #ECB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB30D; }
p { color: rgb(236,179,13); }
H1.HeaderClassName
{
color: #ECB30D;
}
.AnyTagClassName
{
color: #ECB30D;
}
</style>
background-color css
<style>
a { background-color: #ECB30D; }
a { background-color: rgb(236,179,13); }
div.DivClassName
{
background-color: #ECB30D;
}
.BgClassName
{
background-color: #ECB30D;
}
</style>
border-color css
<style>
span { border-color: #ECB30D; }
span { border-color: rgb(236,179,13); }
td.TdClassName
{
border-color: #ECB30D;
}
.TagClassName
{
border-color: #ECB30D;
}
</style>