Shades of Bird Flower #CACE0E
Tints of Bird Flower #CACE0E
RGB
CMYK
RGB Variations
Color information
#CACE0E (or 0xCACE0E) is known color: Bird Flower. HEX triplet: CA, CE and 0E. RGB value is (202,206,14). Sum of RGB (Red+Green+Blue) = 202+206+14=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACE0E is #3531F1. Grayscale: #B7B7B7. Windows color (decimal): -3486194 or 970442. OLE color: 970442.
HSL color Cylindrical-coordinate representation of color #CACE0E: hue angle of 61.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CACE0E is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 14 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.19 |
| HSL | 61.25º | 0.87% | 0.43% | - |
| HSV(B) | 61.25º | 0.93% | 0.81% | - |
| XYZ | 46.51 | 56.73 | 8.91 | - |
| YUV | 182.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 14 | 0.02 | 0 | 0.93 | 0.19 | 61.25 | 0.87 | 0.43 |
| Hex | CA | CE | E | 2 | 0 | 5D | 13 | 3D | 57 | 2B |
| Octal | 312 | 316 | 16 | 2 | 0 | 135 | 23 | 75 | 127 | 53 |
| Binary | 11001010 | 11001110 | 1110 | 10 | 0 | 1011101 | 10011 | 111101 | 1010111 | 101011 |
Color Harmonies of #CACE0E
Complementary color
Monochromatic Colors of #CACE0E
Black with #CACE0E
Text Example
Text Example
White with #CACE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE0E; }
p { color: rgb(202,206,14); }
H1.HeaderClassName
{
color: #CACE0E;
}
.AnyTagClassName
{
color: #CACE0E;
}
</style>
background-color css
<style>
a { background-color: #CACE0E; }
a { background-color: rgb(202,206,14); }
div.DivClassName
{
background-color: #CACE0E;
}
.BgClassName
{
background-color: #CACE0E;
}
</style>
border-color css
<style>
span { border-color: #CACE0E; }
span { border-color: rgb(202,206,14); }
td.TdClassName
{
border-color: #CACE0E;
}
.TagClassName
{
border-color: #CACE0E;
}
</style>