Shades of Carrot Orange #EF952D
Tints of Carrot Orange #EF952D
RGB
CMYK
RGB Variations
Color information
#EF952D (or 0xEF952D) is known color: Carrot Orange. HEX triplet: EF, 95 and 2D. RGB value is (239,149,45). Sum of RGB (Red+Green+Blue) = 239+149+45=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF952D is #106AD2. Grayscale: #A4A4A4. Windows color (decimal): -1075923 or 2987503. OLE color: 2987503.
HSL color Cylindrical-coordinate representation of color #EF952D: hue angle of 32.16º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF952D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 45 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.06 |
| HSL | 32.16º | 0.86% | 0.56% | - |
| HSV(B) | 32.16º | 0.81% | 0.94% | - |
| XYZ | 46.82 | 40.04 | 7.74 | - |
| YUV | 164.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 45 | 0 | 0.38 | 0.81 | 0.06 | 32.16 | 0.86 | 0.56 |
| Hex | EF | 95 | 2D | 0 | 26 | 51 | 6 | 20 | 56 | 38 |
| Octal | 357 | 225 | 55 | 0 | 46 | 121 | 6 | 40 | 126 | 70 |
| Binary | 11101111 | 10010101 | 101101 | 0 | 100110 | 1010001 | 110 | 100000 | 1010110 | 111000 |
Color Harmonies of #EF952D
Complementary color
Monochromatic Colors of #EF952D
Black with #EF952D
Text Example
Text Example
White with #EF952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF952D; }
p { color: rgb(239,149,45); }
H1.HeaderClassName
{
color: #EF952D;
}
.AnyTagClassName
{
color: #EF952D;
}
</style>
background-color css
<style>
a { background-color: #EF952D; }
a { background-color: rgb(239,149,45); }
div.DivClassName
{
background-color: #EF952D;
}
.BgClassName
{
background-color: #EF952D;
}
</style>
border-color css
<style>
span { border-color: #EF952D; }
span { border-color: rgb(239,149,45); }
td.TdClassName
{
border-color: #EF952D;
}
.TagClassName
{
border-color: #EF952D;
}
</style>