Shades of Carrot Orange #EB7E1F
Tints of Carrot Orange #EB7E1F
RGB
CMYK
RGB Variations
Color information
#EB7E1F (or 0xEB7E1F) is known color: Carrot Orange. HEX triplet: EB, 7E and 1F. RGB value is (235,126,31). Sum of RGB (Red+Green+Blue) = 235+126+31=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7E1F is #1481E0. Grayscale: #949494. Windows color (decimal): -1343969 or 2064107. OLE color: 2064107.
HSL color Cylindrical-coordinate representation of color #EB7E1F: hue angle of 27.94º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB7E1F is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 126 | 31 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.08 |
| HSL | 27.94º | 0.84% | 0.52% | - |
| HSV(B) | 27.94º | 0.87% | 0.92% | - |
| XYZ | 41.97 | 32.68 | 5.39 | - |
| YUV | 147.76 | 62.11 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 126 | 31 | 0 | 0.46 | 0.87 | 0.08 | 27.94 | 0.84 | 0.52 |
| Hex | EB | 7E | 1F | 0 | 2E | 57 | 8 | 1C | 54 | 34 |
| Octal | 353 | 176 | 37 | 0 | 56 | 127 | 10 | 34 | 124 | 64 |
| Binary | 11101011 | 1111110 | 11111 | 0 | 101110 | 1010111 | 1000 | 11100 | 1010100 | 110100 |
Color Harmonies of #EB7E1F
Complementary color
Monochromatic Colors of #EB7E1F
Black with #EB7E1F
Text Example
Text Example
White with #EB7E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7E1F; }
p { color: rgb(235,126,31); }
H1.HeaderClassName
{
color: #EB7E1F;
}
.AnyTagClassName
{
color: #EB7E1F;
}
</style>
background-color css
<style>
a { background-color: #EB7E1F; }
a { background-color: rgb(235,126,31); }
div.DivClassName
{
background-color: #EB7E1F;
}
.BgClassName
{
background-color: #EB7E1F;
}
</style>
border-color css
<style>
span { border-color: #EB7E1F; }
span { border-color: rgb(235,126,31); }
td.TdClassName
{
border-color: #EB7E1F;
}
.TagClassName
{
border-color: #EB7E1F;
}
</style>