Shades of Cream Can #EFC34A
Tints of Cream Can #EFC34A
RGB
CMYK
RGB Variations
Color information
#EFC34A (or 0xEFC34A) is known color: Cream Can. HEX triplet: EF, C3 and 4A. RGB value is (239,195,74). Sum of RGB (Red+Green+Blue) = 239+195+74=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC34A is #103CB5. Grayscale: #C2C2C2. Windows color (decimal): -1064118 or 4899823. OLE color: 4899823.
HSL color Cylindrical-coordinate representation of color #EFC34A: hue angle of 44º 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 #EFC34A is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 74 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.06 |
| HSL | 44º | 0.84% | 0.61% | - |
| HSV(B) | 44º | 0.69% | 0.94% | - |
| XYZ | 56.35 | 57.88 | 14.68 | - |
| YUV | 194.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 74 | 0 | 0.18 | 0.69 | 0.06 | 44 | 0.84 | 0.61 |
| Hex | EF | C3 | 4A | 0 | 12 | 45 | 6 | 2C | 54 | 3D |
| Octal | 357 | 303 | 112 | 0 | 22 | 105 | 6 | 54 | 124 | 75 |
| Binary | 11101111 | 11000011 | 1001010 | 0 | 10010 | 1000101 | 110 | 101100 | 1010100 | 111101 |
Color Harmonies of #EFC34A
Complementary color
Monochromatic Colors of #EFC34A
Black with #EFC34A
Text Example
Text Example
White with #EFC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC34A; }
p { color: rgb(239,195,74); }
H1.HeaderClassName
{
color: #EFC34A;
}
.AnyTagClassName
{
color: #EFC34A;
}
</style>
background-color css
<style>
a { background-color: #EFC34A; }
a { background-color: rgb(239,195,74); }
div.DivClassName
{
background-color: #EFC34A;
}
.BgClassName
{
background-color: #EFC34A;
}
</style>
border-color css
<style>
span { border-color: #EFC34A; }
span { border-color: rgb(239,195,74); }
td.TdClassName
{
border-color: #EFC34A;
}
.TagClassName
{
border-color: #EFC34A;
}
</style>