Shades of Orange Peel #EFA103
Tints of Orange Peel #EFA103
RGB
CMYK
RGB Variations
Color information
#EFA103 (or 0xEFA103) is known color: Orange Peel. HEX triplet: EF, A1 and 03. RGB value is (239,161,3). Sum of RGB (Red+Green+Blue) = 239+161+3=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA103 is #105EFC. Grayscale: #A7A7A7. Windows color (decimal): -1072893 or 238063. OLE color: 238063.
HSL color Cylindrical-coordinate representation of color #EFA103: hue angle of 40.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFA103 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.06 |
| HSL | 40.17º | 0.98% | 0.47% | - |
| HSV(B) | 40.17º | 0.99% | 0.94% | - |
| XYZ | 48.36 | 43.85 | 6 | - |
| YUV | 166.31 | 35.84 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 3 | 0 | 0.33 | 0.99 | 0.06 | 40.17 | 0.98 | 0.47 |
| Hex | EF | A1 | 3 | 0 | 21 | 63 | 6 | 28 | 62 | 2F |
| Octal | 357 | 241 | 3 | 0 | 41 | 143 | 6 | 50 | 142 | 57 |
| Binary | 11101111 | 10100001 | 11 | 0 | 100001 | 1100011 | 110 | 101000 | 1100010 | 101111 |
Color Harmonies of #EFA103
Complementary color
Monochromatic Colors of #EFA103
Black with #EFA103
Text Example
Text Example
White with #EFA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA103; }
p { color: rgb(239,161,3); }
H1.HeaderClassName
{
color: #EFA103;
}
.AnyTagClassName
{
color: #EFA103;
}
</style>
background-color css
<style>
a { background-color: #EFA103; }
a { background-color: rgb(239,161,3); }
div.DivClassName
{
background-color: #EFA103;
}
.BgClassName
{
background-color: #EFA103;
}
</style>
border-color css
<style>
span { border-color: #EFA103; }
span { border-color: rgb(239,161,3); }
td.TdClassName
{
border-color: #EFA103;
}
.TagClassName
{
border-color: #EFA103;
}
</style>