Shades of Hint Of Yellow #EFEFD5
Tints of Hint Of Yellow #EFEFD5
RGB
CMYK
RGB Variations
Color information
#EFEFD5 (or 0xEFEFD5) is known color: Hint Of Yellow. HEX triplet: EF, EF and D5. RGB value is (239,239,213). Sum of RGB (Red+Green+Blue) = 239+239+213=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 213 (83.59% from 255 or 30.82% from 691); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFD5 is #10102A. Grayscale: #ECECEC. Windows color (decimal): -1052715 or 14020591. OLE color: 14020591.
HSL color Cylindrical-coordinate representation of color #EFEFD5: hue angle of 60º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFEFD5 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 239 | 213 | - |
CMYK | 0 | 0 | 0.11 | 0.06 |
HSL | 60º | 0.45% | 0.89% | - |
HSV(B) | 60º | 0.11% | 0.94% | - |
XYZ | 78.47 | 84.89 | 75.2 | - |
YUV | 236.04 | 115 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 213 | 0 | 0 | 0.11 | 0.06 | 60 | 0.45 | 0.89 |
Hex | EF | EF | D5 | 0 | 0 | B | 6 | 3C | 2D | 59 |
Octal | 357 | 357 | 325 | 0 | 0 | 13 | 6 | 74 | 55 | 131 |
Binary | 11101111 | 11101111 | 11010101 | 0 | 0 | 1011 | 110 | 111100 | 101101 | 1011001 |
Color Harmonies of #EFEFD5
Complementary color
Monochromatic Colors of #EFEFD5
Black with #EFEFD5
Text Example
Text Example
White with #EFEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFD5; }
p { color: rgb(239,239,213); }
H1.HeaderClassName
{
color: #EFEFD5;
}
.AnyTagClassName
{
color: #EFEFD5;
}
</style>
background-color css
<style>
a { background-color: #EFEFD5; }
a { background-color: rgb(239,239,213); }
div.DivClassName
{
background-color: #EFEFD5;
}
.BgClassName
{
background-color: #EFEFD5;
}
</style>
border-color css
<style>
span { border-color: #EFEFD5; }
span { border-color: rgb(239,239,213); }
td.TdClassName
{
border-color: #EFEFD5;
}
.TagClassName
{
border-color: #EFEFD5;
}
</style>