Shades of Ochre #CE811B
Tints of Ochre #CE811B
RGB
CMYK
RGB Variations
Color information
#CE811B (or 0xCE811B) is known color: Ochre. HEX triplet: CE, 81 and 1B. RGB value is (206,129,27). Sum of RGB (Red+Green+Blue) = 206+129+27=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE811B is #317EE4. Grayscale: #8C8C8C. Windows color (decimal): -3243749 or 1802702. OLE color: 1802702.
HSL color Cylindrical-coordinate representation of color #CE811B: hue angle of 34.19º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE811B is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 27 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.19 |
| HSL | 34.19º | 0.77% | 0.46% | - |
| HSV(B) | 34.19º | 0.87% | 0.81% | - |
| XYZ | 33.5 | 28.9 | 4.85 | - |
| YUV | 140.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 27 | 0 | 0.37 | 0.87 | 0.19 | 34.19 | 0.77 | 0.46 |
| Hex | CE | 81 | 1B | 0 | 25 | 57 | 13 | 22 | 4D | 2E |
| Octal | 316 | 201 | 33 | 0 | 45 | 127 | 23 | 42 | 115 | 56 |
| Binary | 11001110 | 10000001 | 11011 | 0 | 100101 | 1010111 | 10011 | 100010 | 1001101 | 101110 |
Color Harmonies of #CE811B
Complementary color
Monochromatic Colors of #CE811B
Black with #CE811B
Text Example
Text Example
White with #CE811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE811B; }
p { color: rgb(206,129,27); }
H1.HeaderClassName
{
color: #CE811B;
}
.AnyTagClassName
{
color: #CE811B;
}
</style>
background-color css
<style>
a { background-color: #CE811B; }
a { background-color: rgb(206,129,27); }
div.DivClassName
{
background-color: #CE811B;
}
.BgClassName
{
background-color: #CE811B;
}
</style>
border-color css
<style>
span { border-color: #CE811B; }
span { border-color: rgb(206,129,27); }
td.TdClassName
{
border-color: #CE811B;
}
.TagClassName
{
border-color: #CE811B;
}
</style>