Shades of Khaki #EDE68B
Tints of Khaki #EDE68B
RGB
CMYK
RGB Variations
Color information
#EDE68B (or 0xEDE68B) is known color: Khaki. HEX triplet: ED, E6 and 8B. RGB value is (237,230,139). Sum of RGB (Red+Green+Blue) = 237+230+139=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 139 (54.69% from 255 or 22.94% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE68B is #121974. Grayscale: #DEDEDE. Windows color (decimal): -1186165 or 9168621. OLE color: 9168621.
HSL color Cylindrical-coordinate representation of color #EDE68B: hue angle of 55.71º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDE68B is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 139 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.07 |
| HSL | 55.71º | 0.73% | 0.74% | - |
| HSV(B) | 55.71º | 0.41% | 0.93% | - |
| XYZ | 67.88 | 76.46 | 35.61 | - |
| YUV | 221.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 139 | 0 | 0.03 | 0.41 | 0.07 | 55.71 | 0.73 | 0.74 |
| Hex | ED | E6 | 8B | 0 | 3 | 29 | 7 | 38 | 49 | 4A |
| Octal | 355 | 346 | 213 | 0 | 3 | 51 | 7 | 70 | 111 | 112 |
| Binary | 11101101 | 11100110 | 10001011 | 0 | 11 | 101001 | 111 | 111000 | 1001001 | 1001010 |
Color Harmonies of #EDE68B
Complementary color
Monochromatic Colors of #EDE68B
Black with #EDE68B
Text Example
Text Example
White with #EDE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE68B; }
p { color: rgb(237,230,139); }
H1.HeaderClassName
{
color: #EDE68B;
}
.AnyTagClassName
{
color: #EDE68B;
}
</style>
background-color css
<style>
a { background-color: #EDE68B; }
a { background-color: rgb(237,230,139); }
div.DivClassName
{
background-color: #EDE68B;
}
.BgClassName
{
background-color: #EDE68B;
}
</style>
border-color css
<style>
span { border-color: #EDE68B; }
span { border-color: rgb(237,230,139); }
td.TdClassName
{
border-color: #EDE68B;
}
.TagClassName
{
border-color: #EDE68B;
}
</style>