Shades of Bright Sun #EFBE2E
Tints of Bright Sun #EFBE2E
RGB
CMYK
RGB Variations
Color information
#EFBE2E (or 0xEFBE2E) is known color: Bright Sun. HEX triplet: EF, BE and 2E. RGB value is (239,190,46). Sum of RGB (Red+Green+Blue) = 239+190+46=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE2E is #1041D1. Grayscale: #BCBCBC. Windows color (decimal): -1065426 or 3063535. OLE color: 3063535.
HSL color Cylindrical-coordinate representation of color #EFBE2E: hue angle of 44.77º 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 #EFBE2E is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 46 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.06 |
| HSL | 44.77º | 0.86% | 0.56% | - |
| HSV(B) | 44.77º | 0.81% | 0.94% | - |
| XYZ | 54.5 | 55.37 | 10.4 | - |
| YUV | 188.24 | 47.73 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 46 | 0 | 0.21 | 0.81 | 0.06 | 44.77 | 0.86 | 0.56 |
| Hex | EF | BE | 2E | 0 | 15 | 51 | 6 | 2D | 56 | 38 |
| Octal | 357 | 276 | 56 | 0 | 25 | 121 | 6 | 55 | 126 | 70 |
| Binary | 11101111 | 10111110 | 101110 | 0 | 10101 | 1010001 | 110 | 101101 | 1010110 | 111000 |
Color Harmonies of #EFBE2E
Complementary color
Monochromatic Colors of #EFBE2E
Black with #EFBE2E
Text Example
Text Example
White with #EFBE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE2E; }
p { color: rgb(239,190,46); }
H1.HeaderClassName
{
color: #EFBE2E;
}
.AnyTagClassName
{
color: #EFBE2E;
}
</style>
background-color css
<style>
a { background-color: #EFBE2E; }
a { background-color: rgb(239,190,46); }
div.DivClassName
{
background-color: #EFBE2E;
}
.BgClassName
{
background-color: #EFBE2E;
}
</style>
border-color css
<style>
span { border-color: #EFBE2E; }
span { border-color: rgb(239,190,46); }
td.TdClassName
{
border-color: #EFBE2E;
}
.TagClassName
{
border-color: #EFBE2E;
}
</style>