Shades of Yuma #CEBA74
Tints of Yuma #CEBA74
RGB
CMYK
RGB Variations
Color information
#CEBA74 (or 0xCEBA74) is known color: Yuma. HEX triplet: CE, BA and 74. RGB value is (206,186,116). Sum of RGB (Red+Green+Blue) = 206+186+116=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA74 is #31458B. Grayscale: #B8B8B8. Windows color (decimal): -3229068 or 7649998. OLE color: 7649998.
HSL color Cylindrical-coordinate representation of color #CEBA74: hue angle of 46.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEBA74 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 116 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.19 |
| HSL | 46.67º | 0.48% | 0.63% | - |
| HSV(B) | 46.67º | 0.44% | 0.81% | - |
| XYZ | 46.16 | 49.5 | 23.64 | - |
| YUV | 184 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 116 | 0 | 0.10 | 0.44 | 0.19 | 46.67 | 0.48 | 0.63 |
| Hex | CE | BA | 74 | 0 | A | 2C | 13 | 2F | 30 | 3F |
| Octal | 316 | 272 | 164 | 0 | 12 | 54 | 23 | 57 | 60 | 77 |
| Binary | 11001110 | 10111010 | 1110100 | 0 | 1010 | 101100 | 10011 | 101111 | 110000 | 111111 |
Color Harmonies of #CEBA74
Complementary color
Monochromatic Colors of #CEBA74
Black with #CEBA74
Text Example
Text Example
White with #CEBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA74; }
p { color: rgb(206,186,116); }
H1.HeaderClassName
{
color: #CEBA74;
}
.AnyTagClassName
{
color: #CEBA74;
}
</style>
background-color css
<style>
a { background-color: #CEBA74; }
a { background-color: rgb(206,186,116); }
div.DivClassName
{
background-color: #CEBA74;
}
.BgClassName
{
background-color: #CEBA74;
}
</style>
border-color css
<style>
span { border-color: #CEBA74; }
span { border-color: rgb(206,186,116); }
td.TdClassName
{
border-color: #CEBA74;
}
.TagClassName
{
border-color: #CEBA74;
}
</style>