Shades of Ochre #CE730B
Tints of Ochre #CE730B
RGB
CMYK
RGB Variations
Color information
#CE730B (or 0xCE730B) is known color: Ochre. HEX triplet: CE, 73 and 0B. RGB value is (206,115,11). Sum of RGB (Red+Green+Blue) = 206+115+11=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE730B is #318CF4. Grayscale: #828282. Windows color (decimal): -3247349 or 750542. OLE color: 750542.
HSL color Cylindrical-coordinate representation of color #CE730B: hue angle of 32º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE730B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.19 |
| HSL | 32º | 0.9% | 0.43% | - |
| HSV(B) | 32º | 0.95% | 0.81% | - |
| XYZ | 31.64 | 25.41 | 3.55 | - |
| YUV | 130.35 | 60.65 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 11 | 0 | 0.44 | 0.95 | 0.19 | 32 | 0.9 | 0.43 |
| Hex | CE | 73 | B | 0 | 2C | 5F | 13 | 20 | 5A | 2B |
| Octal | 316 | 163 | 13 | 0 | 54 | 137 | 23 | 40 | 132 | 53 |
| Binary | 11001110 | 1110011 | 1011 | 0 | 101100 | 1011111 | 10011 | 100000 | 1011010 | 101011 |
Color Harmonies of #CE730B
Complementary color
Monochromatic Colors of #CE730B
Black with #CE730B
Text Example
Text Example
White with #CE730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE730B; }
p { color: rgb(206,115,11); }
H1.HeaderClassName
{
color: #CE730B;
}
.AnyTagClassName
{
color: #CE730B;
}
</style>
background-color css
<style>
a { background-color: #CE730B; }
a { background-color: rgb(206,115,11); }
div.DivClassName
{
background-color: #CE730B;
}
.BgClassName
{
background-color: #CE730B;
}
</style>
border-color css
<style>
span { border-color: #CE730B; }
span { border-color: rgb(206,115,11); }
td.TdClassName
{
border-color: #CE730B;
}
.TagClassName
{
border-color: #CE730B;
}
</style>