Shades of Sweet Corn #EFDF69
Tints of Sweet Corn #EFDF69
RGB
CMYK
RGB Variations
Color information
#EFDF69 (or 0xEFDF69) is known color: Sweet Corn. HEX triplet: EF, DF and 69. RGB value is (239,223,105). Sum of RGB (Red+Green+Blue) = 239+223+105=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF69 is #102096. Grayscale: #D6D6D6. Windows color (decimal): -1056919 or 6938607. OLE color: 6938607.
HSL color Cylindrical-coordinate representation of color #EFDF69: hue angle of 52.84º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFDF69 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 105 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.06 |
| HSL | 52.84º | 0.81% | 0.67% | - |
| HSV(B) | 52.84º | 0.56% | 0.94% | - |
| XYZ | 64.53 | 72.15 | 23.89 | - |
| YUV | 214.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 105 | 0 | 0.07 | 0.56 | 0.06 | 52.84 | 0.81 | 0.67 |
| Hex | EF | DF | 69 | 0 | 7 | 38 | 6 | 35 | 51 | 43 |
| Octal | 357 | 337 | 151 | 0 | 7 | 70 | 6 | 65 | 121 | 103 |
| Binary | 11101111 | 11011111 | 1101001 | 0 | 111 | 111000 | 110 | 110101 | 1010001 | 1000011 |
Color Harmonies of #EFDF69
Complementary color
Monochromatic Colors of #EFDF69
Black with #EFDF69
Text Example
Text Example
White with #EFDF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF69; }
p { color: rgb(239,223,105); }
H1.HeaderClassName
{
color: #EFDF69;
}
.AnyTagClassName
{
color: #EFDF69;
}
</style>
background-color css
<style>
a { background-color: #EFDF69; }
a { background-color: rgb(239,223,105); }
div.DivClassName
{
background-color: #EFDF69;
}
.BgClassName
{
background-color: #EFDF69;
}
</style>
border-color css
<style>
span { border-color: #EFDF69; }
span { border-color: rgb(239,223,105); }
td.TdClassName
{
border-color: #EFDF69;
}
.TagClassName
{
border-color: #EFDF69;
}
</style>