Shades of Bright Sun #EFB629
Tints of Bright Sun #EFB629
RGB
CMYK
RGB Variations
Color information
#EFB629 (or 0xEFB629) is known color: Bright Sun. HEX triplet: EF, B6 and 29. RGB value is (239,182,41). Sum of RGB (Red+Green+Blue) = 239+182+41=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB629 is #1049D6. Grayscale: #B7B7B7. Windows color (decimal): -1067479 or 2733807. OLE color: 2733807.
HSL color Cylindrical-coordinate representation of color #EFB629: hue angle of 42.73º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFB629 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 41 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.06 |
| HSL | 42.73º | 0.86% | 0.55% | - |
| HSV(B) | 42.73º | 0.83% | 0.94% | - |
| XYZ | 52.72 | 51.97 | 9.35 | - |
| YUV | 182.97 | 47.88 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 41 | 0 | 0.24 | 0.83 | 0.06 | 42.73 | 0.86 | 0.55 |
| Hex | EF | B6 | 29 | 0 | 18 | 53 | 6 | 2B | 56 | 37 |
| Octal | 357 | 266 | 51 | 0 | 30 | 123 | 6 | 53 | 126 | 67 |
| Binary | 11101111 | 10110110 | 101001 | 0 | 11000 | 1010011 | 110 | 101011 | 1010110 | 110111 |
Color Harmonies of #EFB629
Complementary color
Monochromatic Colors of #EFB629
Black with #EFB629
Text Example
Text Example
White with #EFB629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB629; }
p { color: rgb(239,182,41); }
H1.HeaderClassName
{
color: #EFB629;
}
.AnyTagClassName
{
color: #EFB629;
}
</style>
background-color css
<style>
a { background-color: #EFB629; }
a { background-color: rgb(239,182,41); }
div.DivClassName
{
background-color: #EFB629;
}
.BgClassName
{
background-color: #EFB629;
}
</style>
border-color css
<style>
span { border-color: #EFB629; }
span { border-color: rgb(239,182,41); }
td.TdClassName
{
border-color: #EFB629;
}
.TagClassName
{
border-color: #EFB629;
}
</style>