Shades of Sunshade #EFA34B
Tints of Sunshade #EFA34B
RGB
CMYK
RGB Variations
Color information
#EFA34B (or 0xEFA34B) is known color: Sunshade. HEX triplet: EF, A3 and 4B. RGB value is (239,163,75). Sum of RGB (Red+Green+Blue) = 239+163+75=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA34B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA34B is #105CB4. Grayscale: #B0B0B0. Windows color (decimal): -1072309 or 4957167. OLE color: 4957167.
HSL color Cylindrical-coordinate representation of color #EFA34B: hue angle of 32.2º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFA34B is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 75 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.06 |
| HSL | 32.2º | 0.84% | 0.62% | - |
| HSV(B) | 32.2º | 0.69% | 0.94% | - |
| XYZ | 49.96 | 45.05 | 12.72 | - |
| YUV | 175.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 75 | 0 | 0.32 | 0.69 | 0.06 | 32.2 | 0.84 | 0.62 |
| Hex | EF | A3 | 4B | 0 | 20 | 45 | 6 | 20 | 54 | 3E |
| Octal | 357 | 243 | 113 | 0 | 40 | 105 | 6 | 40 | 124 | 76 |
| Binary | 11101111 | 10100011 | 1001011 | 0 | 100000 | 1000101 | 110 | 100000 | 1010100 | 111110 |
Color Harmonies of #EFA34B
Complementary color
Monochromatic Colors of #EFA34B
Black with #EFA34B
Text Example
Text Example
White with #EFA34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA34B; }
p { color: rgb(239,163,75); }
H1.HeaderClassName
{
color: #EFA34B;
}
.AnyTagClassName
{
color: #EFA34B;
}
</style>
background-color css
<style>
a { background-color: #EFA34B; }
a { background-color: rgb(239,163,75); }
div.DivClassName
{
background-color: #EFA34B;
}
.BgClassName
{
background-color: #EFA34B;
}
</style>
border-color css
<style>
span { border-color: #EFA34B; }
span { border-color: rgb(239,163,75); }
td.TdClassName
{
border-color: #EFA34B;
}
.TagClassName
{
border-color: #EFA34B;
}
</style>