Shades of Bright Sun #EFB534
Tints of Bright Sun #EFB534
RGB
CMYK
RGB Variations
Color information
#EFB534 (or 0xEFB534) is known color: Bright Sun. HEX triplet: EF, B5 and 34. RGB value is (239,181,52). Sum of RGB (Red+Green+Blue) = 239+181+52=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB534 is #104ACB. Grayscale: #B8B8B8. Windows color (decimal): -1067724 or 3454447. OLE color: 3454447.
HSL color Cylindrical-coordinate representation of color #EFB534: hue angle of 41.39º 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 #EFB534 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 52 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.06 |
| HSL | 41.39º | 0.85% | 0.57% | - |
| HSV(B) | 41.39º | 0.78% | 0.94% | - |
| XYZ | 52.74 | 51.65 | 10.44 | - |
| YUV | 183.64 | 53.72 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 52 | 0 | 0.24 | 0.78 | 0.06 | 41.39 | 0.85 | 0.57 |
| Hex | EF | B5 | 34 | 0 | 18 | 4E | 6 | 29 | 55 | 39 |
| Octal | 357 | 265 | 64 | 0 | 30 | 116 | 6 | 51 | 125 | 71 |
| Binary | 11101111 | 10110101 | 110100 | 0 | 11000 | 1001110 | 110 | 101001 | 1010101 | 111001 |
Color Harmonies of #EFB534
Complementary color
Monochromatic Colors of #EFB534
Black with #EFB534
Text Example
Text Example
White with #EFB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB534; }
p { color: rgb(239,181,52); }
H1.HeaderClassName
{
color: #EFB534;
}
.AnyTagClassName
{
color: #EFB534;
}
</style>
background-color css
<style>
a { background-color: #EFB534; }
a { background-color: rgb(239,181,52); }
div.DivClassName
{
background-color: #EFB534;
}
.BgClassName
{
background-color: #EFB534;
}
</style>
border-color css
<style>
span { border-color: #EFB534; }
span { border-color: rgb(239,181,52); }
td.TdClassName
{
border-color: #EFB534;
}
.TagClassName
{
border-color: #EFB534;
}
</style>