Shades of Carrot Orange #EBA225
Tints of Carrot Orange #EBA225
RGB
CMYK
RGB Variations
Color information
#EBA225 (or 0xEBA225) is known color: Carrot Orange. HEX triplet: EB, A2 and 25. RGB value is (235,162,37). Sum of RGB (Red+Green+Blue) = 235+162+37=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA225 is #145DDA. Grayscale: #AAAAAA. Windows color (decimal): -1334747 or 2466539. OLE color: 2466539.
HSL color Cylindrical-coordinate representation of color #EBA225: hue angle of 37.88º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBA225 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 37 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.08 |
| HSL | 37.88º | 0.83% | 0.53% | - |
| HSV(B) | 37.88º | 0.84% | 0.92% | - |
| XYZ | 47.52 | 43.64 | 7.67 | - |
| YUV | 169.58 | 53.18 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 37 | 0 | 0.31 | 0.84 | 0.08 | 37.88 | 0.83 | 0.53 |
| Hex | EB | A2 | 25 | 0 | 1F | 54 | 8 | 26 | 53 | 35 |
| Octal | 353 | 242 | 45 | 0 | 37 | 124 | 10 | 46 | 123 | 65 |
| Binary | 11101011 | 10100010 | 100101 | 0 | 11111 | 1010100 | 1000 | 100110 | 1010011 | 110101 |
Color Harmonies of #EBA225
Complementary color
Monochromatic Colors of #EBA225
Black with #EBA225
Text Example
Text Example
White with #EBA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA225; }
p { color: rgb(235,162,37); }
H1.HeaderClassName
{
color: #EBA225;
}
.AnyTagClassName
{
color: #EBA225;
}
</style>
background-color css
<style>
a { background-color: #EBA225; }
a { background-color: rgb(235,162,37); }
div.DivClassName
{
background-color: #EBA225;
}
.BgClassName
{
background-color: #EBA225;
}
</style>
border-color css
<style>
span { border-color: #EBA225; }
span { border-color: rgb(235,162,37); }
td.TdClassName
{
border-color: #EBA225;
}
.TagClassName
{
border-color: #EBA225;
}
</style>