Shades of Pizazz #EB823D
Tints of Pizazz #EB823D
RGB
CMYK
RGB Variations
Color information
#EB823D (or 0xEB823D) is known color: Pizazz. HEX triplet: EB, 82 and 3D. RGB value is (235,130,61). Sum of RGB (Red+Green+Blue) = 235+130+61=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB823D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB823D is #147DC2. Grayscale: #999999. Windows color (decimal): -1342915 or 4031211. OLE color: 4031211.
HSL color Cylindrical-coordinate representation of color #EB823D: hue angle of 23.79º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB823D is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 130 | 61 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.08 |
| HSL | 23.79º | 0.81% | 0.58% | - |
| HSV(B) | 23.79º | 0.74% | 0.92% | - |
| XYZ | 43.09 | 33.96 | 8.7 | - |
| YUV | 153.53 | 75.79 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 130 | 61 | 0 | 0.45 | 0.74 | 0.08 | 23.79 | 0.81 | 0.58 |
| Hex | EB | 82 | 3D | 0 | 2D | 4A | 8 | 18 | 51 | 3A |
| Octal | 353 | 202 | 75 | 0 | 55 | 112 | 10 | 30 | 121 | 72 |
| Binary | 11101011 | 10000010 | 111101 | 0 | 101101 | 1001010 | 1000 | 11000 | 1010001 | 111010 |
Color Harmonies of #EB823D
Complementary color
Monochromatic Colors of #EB823D
Black with #EB823D
Text Example
Text Example
White with #EB823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB823D; }
p { color: rgb(235,130,61); }
H1.HeaderClassName
{
color: #EB823D;
}
.AnyTagClassName
{
color: #EB823D;
}
</style>
background-color css
<style>
a { background-color: #EB823D; }
a { background-color: rgb(235,130,61); }
div.DivClassName
{
background-color: #EB823D;
}
.BgClassName
{
background-color: #EB823D;
}
</style>
border-color css
<style>
span { border-color: #EB823D; }
span { border-color: rgb(235,130,61); }
td.TdClassName
{
border-color: #EB823D;
}
.TagClassName
{
border-color: #EB823D;
}
</style>