Shades of Paris Daisy #ECE948
Tints of Paris Daisy #ECE948
RGB
CMYK
RGB Variations
Color information
#ECE948 (or 0xECE948) is known color: Paris Daisy. HEX triplet: EC, E9 and 48. RGB value is (236,233,72). Sum of RGB (Red+Green+Blue) = 236+233+72=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 72 (28.52% from 255 or 13.31% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE948 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE948 is #1316B7. Grayscale: #D8D8D8. Windows color (decimal): -1251000 or 4778476. OLE color: 4778476.
HSL color Cylindrical-coordinate representation of color #ECE948: hue angle of 58.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECE948 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 233 | 72 | - |
CMYK | 0 | 0.01 | 0.69 | 0.07 |
HSL | 58.9º | 0.81% | 0.6% | - |
HSV(B) | 58.9º | 0.69% | 0.93% | - |
XYZ | 64.9 | 76.58 | 17.49 | - |
YUV | 215.54 | 46.99 | 142.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 72 | 0 | 0.01 | 0.69 | 0.07 | 58.9 | 0.81 | 0.6 |
Hex | EC | E9 | 48 | 0 | 1 | 45 | 7 | 3B | 51 | 3C |
Octal | 354 | 351 | 110 | 0 | 1 | 105 | 7 | 73 | 121 | 74 |
Binary | 11101100 | 11101001 | 1001000 | 0 | 1 | 1000101 | 111 | 111011 | 1010001 | 111100 |
Color Harmonies of #ECE948
Complementary color
Monochromatic Colors of #ECE948
Black with #ECE948
Text Example
Text Example
White with #ECE948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE948; }
p { color: rgb(236,233,72); }
H1.HeaderClassName
{
color: #ECE948;
}
.AnyTagClassName
{
color: #ECE948;
}
</style>
background-color css
<style>
a { background-color: #ECE948; }
a { background-color: rgb(236,233,72); }
div.DivClassName
{
background-color: #ECE948;
}
.BgClassName
{
background-color: #ECE948;
}
</style>
border-color css
<style>
span { border-color: #ECE948; }
span { border-color: rgb(236,233,72); }
td.TdClassName
{
border-color: #ECE948;
}
.TagClassName
{
border-color: #ECE948;
}
</style>