Shades of Sunshade #EFA34A
Tints of Sunshade #EFA34A
RGB
CMYK
RGB Variations
Color information
#EFA34A (or 0xEFA34A) is known color: Sunshade. HEX triplet: EF, A3 and 4A. RGB value is (239,163,74). Sum of RGB (Red+Green+Blue) = 239+163+74=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA34A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA34A is #105CB5. Grayscale: #B0B0B0. Windows color (decimal): -1072310 or 4891631. OLE color: 4891631.
HSL color Cylindrical-coordinate representation of color #EFA34A: hue angle of 32.36º 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 #EFA34A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 74 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.06 |
| HSL | 32.36º | 0.84% | 0.61% | - |
| HSV(B) | 32.36º | 0.69% | 0.94% | - |
| XYZ | 49.93 | 45.04 | 12.54 | - |
| YUV | 175.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 74 | 0 | 0.32 | 0.69 | 0.06 | 32.36 | 0.84 | 0.61 |
| Hex | EF | A3 | 4A | 0 | 20 | 45 | 6 | 20 | 54 | 3D |
| Octal | 357 | 243 | 112 | 0 | 40 | 105 | 6 | 40 | 124 | 75 |
| Binary | 11101111 | 10100011 | 1001010 | 0 | 100000 | 1000101 | 110 | 100000 | 1010100 | 111101 |
Color Harmonies of #EFA34A
Complementary color
Monochromatic Colors of #EFA34A
Black with #EFA34A
Text Example
Text Example
White with #EFA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA34A; }
p { color: rgb(239,163,74); }
H1.HeaderClassName
{
color: #EFA34A;
}
.AnyTagClassName
{
color: #EFA34A;
}
</style>
background-color css
<style>
a { background-color: #EFA34A; }
a { background-color: rgb(239,163,74); }
div.DivClassName
{
background-color: #EFA34A;
}
.BgClassName
{
background-color: #EFA34A;
}
</style>
border-color css
<style>
span { border-color: #EFA34A; }
span { border-color: rgb(239,163,74); }
td.TdClassName
{
border-color: #EFA34A;
}
.TagClassName
{
border-color: #EFA34A;
}
</style>