Shades of Yuma #CEBB74
Tints of Yuma #CEBB74
RGB
CMYK
RGB Variations
Color information
#CEBB74 (or 0xCEBB74) is known color: Yuma. HEX triplet: CE, BB and 74. RGB value is (206,187,116). Sum of RGB (Red+Green+Blue) = 206+187+116=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB74 is #31448B. Grayscale: #B8B8B8. Windows color (decimal): -3228812 or 7650254. OLE color: 7650254.
HSL color Cylindrical-coordinate representation of color #CEBB74: hue angle of 47.33º 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 #CEBB74 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 116 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.19 |
| HSL | 47.33º | 0.48% | 0.63% | - |
| HSV(B) | 47.33º | 0.44% | 0.81% | - |
| XYZ | 46.38 | 49.92 | 23.71 | - |
| YUV | 184.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 116 | 0 | 0.09 | 0.44 | 0.19 | 47.33 | 0.48 | 0.63 |
| Hex | CE | BB | 74 | 0 | 9 | 2C | 13 | 2F | 30 | 3F |
| Octal | 316 | 273 | 164 | 0 | 11 | 54 | 23 | 57 | 60 | 77 |
| Binary | 11001110 | 10111011 | 1110100 | 0 | 1001 | 101100 | 10011 | 101111 | 110000 | 111111 |
Color Harmonies of #CEBB74
Complementary color
Monochromatic Colors of #CEBB74
Black with #CEBB74
Text Example
Text Example
White with #CEBB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB74; }
p { color: rgb(206,187,116); }
H1.HeaderClassName
{
color: #CEBB74;
}
.AnyTagClassName
{
color: #CEBB74;
}
</style>
background-color css
<style>
a { background-color: #CEBB74; }
a { background-color: rgb(206,187,116); }
div.DivClassName
{
background-color: #CEBB74;
}
.BgClassName
{
background-color: #CEBB74;
}
</style>
border-color css
<style>
span { border-color: #CEBB74; }
span { border-color: rgb(206,187,116); }
td.TdClassName
{
border-color: #CEBB74;
}
.TagClassName
{
border-color: #CEBB74;
}
</style>