Shades of Bright Sun #EFC32B
Tints of Bright Sun #EFC32B
RGB
CMYK
RGB Variations
Color information
#EFC32B (or 0xEFC32B) is known color: Bright Sun. HEX triplet: EF, C3 and 2B. RGB value is (239,195,43). Sum of RGB (Red+Green+Blue) = 239+195+43=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 43 (17.19% from 255 or 9.01% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC32B is #103CD4. Grayscale: #BFBFBF. Windows color (decimal): -1064149 or 2868207. OLE color: 2868207.
HSL color Cylindrical-coordinate representation of color #EFC32B: hue angle of 46.53º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFC32B is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 43 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.06 |
| HSL | 46.53º | 0.86% | 0.55% | - |
| HSV(B) | 46.53º | 0.82% | 0.94% | - |
| XYZ | 55.55 | 57.56 | 10.47 | - |
| YUV | 190.83 | 44.58 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 43 | 0 | 0.18 | 0.82 | 0.06 | 46.53 | 0.86 | 0.55 |
| Hex | EF | C3 | 2B | 0 | 12 | 52 | 6 | 2F | 56 | 37 |
| Octal | 357 | 303 | 53 | 0 | 22 | 122 | 6 | 57 | 126 | 67 |
| Binary | 11101111 | 11000011 | 101011 | 0 | 10010 | 1010010 | 110 | 101111 | 1010110 | 110111 |
Color Harmonies of #EFC32B
Complementary color
Monochromatic Colors of #EFC32B
Black with #EFC32B
Text Example
Text Example
White with #EFC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC32B; }
p { color: rgb(239,195,43); }
H1.HeaderClassName
{
color: #EFC32B;
}
.AnyTagClassName
{
color: #EFC32B;
}
</style>
background-color css
<style>
a { background-color: #EFC32B; }
a { background-color: rgb(239,195,43); }
div.DivClassName
{
background-color: #EFC32B;
}
.BgClassName
{
background-color: #EFC32B;
}
</style>
border-color css
<style>
span { border-color: #EFC32B; }
span { border-color: rgb(239,195,43); }
td.TdClassName
{
border-color: #EFC32B;
}
.TagClassName
{
border-color: #EFC32B;
}
</style>