Shades of Carrot Orange #EB952D
Tints of Carrot Orange #EB952D
RGB
CMYK
RGB Variations
Color information
#EB952D (or 0xEB952D) is known color: Carrot Orange. HEX triplet: EB, 95 and 2D. RGB value is (235,149,45). Sum of RGB (Red+Green+Blue) = 235+149+45=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB952D is #146AD2. Grayscale: #A3A3A3. Windows color (decimal): -1338067 or 2987499. OLE color: 2987499.
HSL color Cylindrical-coordinate representation of color #EB952D: hue angle of 32.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB952D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 149 | 45 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.08 |
| HSL | 32.84º | 0.83% | 0.55% | - |
| HSV(B) | 32.84º | 0.81% | 0.92% | - |
| XYZ | 45.48 | 39.35 | 7.68 | - |
| YUV | 162.86 | 61.49 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 149 | 45 | 0 | 0.37 | 0.81 | 0.08 | 32.84 | 0.83 | 0.55 |
| Hex | EB | 95 | 2D | 0 | 25 | 51 | 8 | 21 | 53 | 37 |
| Octal | 353 | 225 | 55 | 0 | 45 | 121 | 10 | 41 | 123 | 67 |
| Binary | 11101011 | 10010101 | 101101 | 0 | 100101 | 1010001 | 1000 | 100001 | 1010011 | 110111 |
Color Harmonies of #EB952D
Complementary color
Monochromatic Colors of #EB952D
Black with #EB952D
Text Example
Text Example
White with #EB952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB952D; }
p { color: rgb(235,149,45); }
H1.HeaderClassName
{
color: #EB952D;
}
.AnyTagClassName
{
color: #EB952D;
}
</style>
background-color css
<style>
a { background-color: #EB952D; }
a { background-color: rgb(235,149,45); }
div.DivClassName
{
background-color: #EB952D;
}
.BgClassName
{
background-color: #EB952D;
}
</style>
border-color css
<style>
span { border-color: #EB952D; }
span { border-color: rgb(235,149,45); }
td.TdClassName
{
border-color: #EB952D;
}
.TagClassName
{
border-color: #EB952D;
}
</style>