Shades of Cream Can #EFC24A
Tints of Cream Can #EFC24A
RGB
CMYK
RGB Variations
Color information
#EFC24A (or 0xEFC24A) is known color: Cream Can. HEX triplet: EF, C2 and 4A. RGB value is (239,194,74). Sum of RGB (Red+Green+Blue) = 239+194+74=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC24A is #103DB5. Grayscale: #C2C2C2. Windows color (decimal): -1064374 or 4899567. OLE color: 4899567.
HSL color Cylindrical-coordinate representation of color #EFC24A: hue angle of 43.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFC24A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 74 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.06 |
| HSL | 43.64º | 0.84% | 0.61% | - |
| HSV(B) | 43.64º | 0.69% | 0.94% | - |
| XYZ | 56.12 | 57.43 | 14.61 | - |
| YUV | 193.78 | 60.41 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 74 | 0 | 0.19 | 0.69 | 0.06 | 43.64 | 0.84 | 0.61 |
| Hex | EF | C2 | 4A | 0 | 13 | 45 | 6 | 2C | 54 | 3D |
| Octal | 357 | 302 | 112 | 0 | 23 | 105 | 6 | 54 | 124 | 75 |
| Binary | 11101111 | 11000010 | 1001010 | 0 | 10011 | 1000101 | 110 | 101100 | 1010100 | 111101 |
Color Harmonies of #EFC24A
Complementary color
Monochromatic Colors of #EFC24A
Black with #EFC24A
Text Example
Text Example
White with #EFC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC24A; }
p { color: rgb(239,194,74); }
H1.HeaderClassName
{
color: #EFC24A;
}
.AnyTagClassName
{
color: #EFC24A;
}
</style>
background-color css
<style>
a { background-color: #EFC24A; }
a { background-color: rgb(239,194,74); }
div.DivClassName
{
background-color: #EFC24A;
}
.BgClassName
{
background-color: #EFC24A;
}
</style>
border-color css
<style>
span { border-color: #EFC24A; }
span { border-color: rgb(239,194,74); }
td.TdClassName
{
border-color: #EFC24A;
}
.TagClassName
{
border-color: #EFC24A;
}
</style>