Shades of Sunshade #EFA34C
Tints of Sunshade #EFA34C
RGB
CMYK
RGB Variations
Color information
#EFA34C (or 0xEFA34C) is known color: Sunshade. HEX triplet: EF, A3 and 4C. RGB value is (239,163,76). Sum of RGB (Red+Green+Blue) = 239+163+76=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA34C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA34C is #105CB3. Grayscale: #B0B0B0. Windows color (decimal): -1072308 or 5022703. OLE color: 5022703.
HSL color Cylindrical-coordinate representation of color #EFA34C: hue angle of 32.02º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFA34C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 76 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.06 |
| HSL | 32.02º | 0.84% | 0.62% | - |
| HSV(B) | 32.02º | 0.68% | 0.94% | - |
| XYZ | 50 | 45.07 | 12.9 | - |
| YUV | 175.81 | 71.68 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 76 | 0 | 0.32 | 0.68 | 0.06 | 32.02 | 0.84 | 0.62 |
| Hex | EF | A3 | 4C | 0 | 20 | 44 | 6 | 20 | 54 | 3E |
| Octal | 357 | 243 | 114 | 0 | 40 | 104 | 6 | 40 | 124 | 76 |
| Binary | 11101111 | 10100011 | 1001100 | 0 | 100000 | 1000100 | 110 | 100000 | 1010100 | 111110 |
Color Harmonies of #EFA34C
Complementary color
Monochromatic Colors of #EFA34C
Black with #EFA34C
Text Example
Text Example
White with #EFA34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA34C; }
p { color: rgb(239,163,76); }
H1.HeaderClassName
{
color: #EFA34C;
}
.AnyTagClassName
{
color: #EFA34C;
}
</style>
background-color css
<style>
a { background-color: #EFA34C; }
a { background-color: rgb(239,163,76); }
div.DivClassName
{
background-color: #EFA34C;
}
.BgClassName
{
background-color: #EFA34C;
}
</style>
border-color css
<style>
span { border-color: #EFA34C; }
span { border-color: rgb(239,163,76); }
td.TdClassName
{
border-color: #EFA34C;
}
.TagClassName
{
border-color: #EFA34C;
}
</style>