Shades of Bright Sun #E6C434
Tints of Bright Sun #E6C434
RGB
CMYK
RGB Variations
Color information
#E6C434 (or 0xE6C434) is known color: Bright Sun. HEX triplet: E6, C4 and 34. RGB value is (230,196,52). Sum of RGB (Red+Green+Blue) = 230+196+52=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C434 is #193BCB. Grayscale: #BEBEBE. Windows color (decimal): -1653708 or 3458278. OLE color: 3458278.
HSL color Cylindrical-coordinate representation of color #E6C434: hue angle of 48.54º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6C434 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 52 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.10 |
| HSL | 48.54º | 0.78% | 0.55% | - |
| HSV(B) | 48.54º | 0.77% | 0.9% | - |
| XYZ | 52.99 | 56.55 | 11.37 | - |
| YUV | 189.75 | 50.26 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 52 | 0 | 0.15 | 0.77 | 0.10 | 48.54 | 0.78 | 0.55 |
| Hex | E6 | C4 | 34 | 0 | F | 4D | A | 31 | 4E | 37 |
| Octal | 346 | 304 | 64 | 0 | 17 | 115 | 12 | 61 | 116 | 67 |
| Binary | 11100110 | 11000100 | 110100 | 0 | 1111 | 1001101 | 1010 | 110001 | 1001110 | 110111 |
Color Harmonies of #E6C434
Complementary color
Monochromatic Colors of #E6C434
Black with #E6C434
Text Example
Text Example
White with #E6C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C434; }
p { color: rgb(230,196,52); }
H1.HeaderClassName
{
color: #E6C434;
}
.AnyTagClassName
{
color: #E6C434;
}
</style>
background-color css
<style>
a { background-color: #E6C434; }
a { background-color: rgb(230,196,52); }
div.DivClassName
{
background-color: #E6C434;
}
.BgClassName
{
background-color: #E6C434;
}
</style>
border-color css
<style>
span { border-color: #E6C434; }
span { border-color: rgb(230,196,52); }
td.TdClassName
{
border-color: #E6C434;
}
.TagClassName
{
border-color: #E6C434;
}
</style>