Shades of Bright Sun #EFBD2D
Tints of Bright Sun #EFBD2D
RGB
CMYK
RGB Variations
Color information
#EFBD2D (or 0xEFBD2D) is known color: Bright Sun. HEX triplet: EF, BD and 2D. RGB value is (239,189,45). Sum of RGB (Red+Green+Blue) = 239+189+45=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD2D is #1042D2. Grayscale: #BCBCBC. Windows color (decimal): -1065683 or 2997743. OLE color: 2997743.
HSL color Cylindrical-coordinate representation of color #EFBD2D: hue angle of 44.54º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFBD2D is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 45 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.06 |
| HSL | 44.54º | 0.86% | 0.56% | - |
| HSV(B) | 44.54º | 0.81% | 0.94% | - |
| XYZ | 54.27 | 54.94 | 10.23 | - |
| YUV | 187.53 | 47.57 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 45 | 0 | 0.21 | 0.81 | 0.06 | 44.54 | 0.86 | 0.56 |
| Hex | EF | BD | 2D | 0 | 15 | 51 | 6 | 2D | 56 | 38 |
| Octal | 357 | 275 | 55 | 0 | 25 | 121 | 6 | 55 | 126 | 70 |
| Binary | 11101111 | 10111101 | 101101 | 0 | 10101 | 1010001 | 110 | 101101 | 1010110 | 111000 |
Color Harmonies of #EFBD2D
Complementary color
Monochromatic Colors of #EFBD2D
Black with #EFBD2D
Text Example
Text Example
White with #EFBD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD2D; }
p { color: rgb(239,189,45); }
H1.HeaderClassName
{
color: #EFBD2D;
}
.AnyTagClassName
{
color: #EFBD2D;
}
</style>
background-color css
<style>
a { background-color: #EFBD2D; }
a { background-color: rgb(239,189,45); }
div.DivClassName
{
background-color: #EFBD2D;
}
.BgClassName
{
background-color: #EFBD2D;
}
</style>
border-color css
<style>
span { border-color: #EFBD2D; }
span { border-color: rgb(239,189,45); }
td.TdClassName
{
border-color: #EFBD2D;
}
.TagClassName
{
border-color: #EFBD2D;
}
</style>