Shades of Geebung #CE881F
Tints of Geebung #CE881F
RGB
CMYK
RGB Variations
Color information
#CE881F (or 0xCE881F) is known color: Geebung. HEX triplet: CE, 88 and 1F. RGB value is (206,136,31). Sum of RGB (Red+Green+Blue) = 206+136+31=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE881F is #3177E0. Grayscale: #919191. Windows color (decimal): -3241953 or 2066638. OLE color: 2066638.
HSL color Cylindrical-coordinate representation of color #CE881F: hue angle of 36º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE881F is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 31 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.19 |
| HSL | 36º | 0.74% | 0.46% | - |
| HSV(B) | 36º | 0.85% | 0.81% | - |
| XYZ | 34.51 | 30.83 | 5.43 | - |
| YUV | 144.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 31 | 0 | 0.34 | 0.85 | 0.19 | 36 | 0.74 | 0.46 |
| Hex | CE | 88 | 1F | 0 | 22 | 55 | 13 | 24 | 4A | 2E |
| Octal | 316 | 210 | 37 | 0 | 42 | 125 | 23 | 44 | 112 | 56 |
| Binary | 11001110 | 10001000 | 11111 | 0 | 100010 | 1010101 | 10011 | 100100 | 1001010 | 101110 |
Color Harmonies of #CE881F
Complementary color
Monochromatic Colors of #CE881F
Black with #CE881F
Text Example
Text Example
White with #CE881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE881F; }
p { color: rgb(206,136,31); }
H1.HeaderClassName
{
color: #CE881F;
}
.AnyTagClassName
{
color: #CE881F;
}
</style>
background-color css
<style>
a { background-color: #CE881F; }
a { background-color: rgb(206,136,31); }
div.DivClassName
{
background-color: #CE881F;
}
.BgClassName
{
background-color: #CE881F;
}
</style>
border-color css
<style>
span { border-color: #CE881F; }
span { border-color: rgb(206,136,31); }
td.TdClassName
{
border-color: #CE881F;
}
.TagClassName
{
border-color: #CE881F;
}
</style>