Shades of Bright Sun #EFB32D
Tints of Bright Sun #EFB32D
RGB
CMYK
RGB Variations
Color information
#EFB32D (or 0xEFB32D) is known color: Bright Sun. HEX triplet: EF, B3 and 2D. RGB value is (239,179,45). Sum of RGB (Red+Green+Blue) = 239+179+45=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB32D is #104CD2. Grayscale: #B6B6B6. Windows color (decimal): -1068243 or 2995183. OLE color: 2995183.
HSL color Cylindrical-coordinate representation of color #EFB32D: hue angle of 41.44º 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 #EFB32D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 45 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.06 |
| HSL | 41.44º | 0.86% | 0.56% | - |
| HSV(B) | 41.44º | 0.81% | 0.94% | - |
| XYZ | 52.19 | 50.78 | 9.53 | - |
| YUV | 181.66 | 50.88 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 45 | 0 | 0.25 | 0.81 | 0.06 | 41.44 | 0.86 | 0.56 |
| Hex | EF | B3 | 2D | 0 | 19 | 51 | 6 | 29 | 56 | 38 |
| Octal | 357 | 263 | 55 | 0 | 31 | 121 | 6 | 51 | 126 | 70 |
| Binary | 11101111 | 10110011 | 101101 | 0 | 11001 | 1010001 | 110 | 101001 | 1010110 | 111000 |
Color Harmonies of #EFB32D
Complementary color
Monochromatic Colors of #EFB32D
Black with #EFB32D
Text Example
Text Example
White with #EFB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB32D; }
p { color: rgb(239,179,45); }
H1.HeaderClassName
{
color: #EFB32D;
}
.AnyTagClassName
{
color: #EFB32D;
}
</style>
background-color css
<style>
a { background-color: #EFB32D; }
a { background-color: rgb(239,179,45); }
div.DivClassName
{
background-color: #EFB32D;
}
.BgClassName
{
background-color: #EFB32D;
}
</style>
border-color css
<style>
span { border-color: #EFB32D; }
span { border-color: rgb(239,179,45); }
td.TdClassName
{
border-color: #EFB32D;
}
.TagClassName
{
border-color: #EFB32D;
}
</style>