Shades of Bright Sun #EFB635
Tints of Bright Sun #EFB635
RGB
CMYK
RGB Variations
Color information
#EFB635 (or 0xEFB635) is known color: Bright Sun. HEX triplet: EF, B6 and 35. RGB value is (239,182,53). Sum of RGB (Red+Green+Blue) = 239+182+53=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB635 is #1049CA. Grayscale: #B8B8B8. Windows color (decimal): -1067467 or 3520239. OLE color: 3520239.
HSL color Cylindrical-coordinate representation of color #EFB635: hue angle of 41.61º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFB635 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 53 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.06 |
| HSL | 41.61º | 0.85% | 0.57% | - |
| HSV(B) | 41.61º | 0.78% | 0.94% | - |
| XYZ | 52.97 | 52.06 | 10.63 | - |
| YUV | 184.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 53 | 0 | 0.24 | 0.78 | 0.06 | 41.61 | 0.85 | 0.57 |
| Hex | EF | B6 | 35 | 0 | 18 | 4E | 6 | 2A | 55 | 39 |
| Octal | 357 | 266 | 65 | 0 | 30 | 116 | 6 | 52 | 125 | 71 |
| Binary | 11101111 | 10110110 | 110101 | 0 | 11000 | 1001110 | 110 | 101010 | 1010101 | 111001 |
Color Harmonies of #EFB635
Complementary color
Monochromatic Colors of #EFB635
Black with #EFB635
Text Example
Text Example
White with #EFB635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB635; }
p { color: rgb(239,182,53); }
H1.HeaderClassName
{
color: #EFB635;
}
.AnyTagClassName
{
color: #EFB635;
}
</style>
background-color css
<style>
a { background-color: #EFB635; }
a { background-color: rgb(239,182,53); }
div.DivClassName
{
background-color: #EFB635;
}
.BgClassName
{
background-color: #EFB635;
}
</style>
border-color css
<style>
span { border-color: #EFB635; }
span { border-color: rgb(239,182,53); }
td.TdClassName
{
border-color: #EFB635;
}
.TagClassName
{
border-color: #EFB635;
}
</style>