Shades of Pizazz #EE763D
Tints of Pizazz #EE763D
RGB
CMYK
RGB Variations
Color information
#EE763D (or 0xEE763D) is known color: Pizazz. HEX triplet: EE, 76 and 3D. RGB value is (238,118,61). Sum of RGB (Red+Green+Blue) = 238+118+61=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE763D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE763D is #1189C2. Grayscale: #939393. Windows color (decimal): -1149379 or 4028142. OLE color: 4028142.
HSL color Cylindrical-coordinate representation of color #EE763D: hue angle of 19.32º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE763D is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 61 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.07 |
| HSL | 19.32º | 0.84% | 0.59% | - |
| HSV(B) | 19.32º | 0.74% | 0.93% | - |
| XYZ | 42.58 | 31.47 | 8.25 | - |
| YUV | 147.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 61 | 0 | 0.50 | 0.74 | 0.07 | 19.32 | 0.84 | 0.59 |
| Hex | EE | 76 | 3D | 0 | 32 | 4A | 7 | 13 | 54 | 3B |
| Octal | 356 | 166 | 75 | 0 | 62 | 112 | 7 | 23 | 124 | 73 |
| Binary | 11101110 | 1110110 | 111101 | 0 | 110010 | 1001010 | 111 | 10011 | 1010100 | 111011 |
Color Harmonies of #EE763D
Complementary color
Monochromatic Colors of #EE763D
Black with #EE763D
Text Example
Text Example
White with #EE763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE763D; }
p { color: rgb(238,118,61); }
H1.HeaderClassName
{
color: #EE763D;
}
.AnyTagClassName
{
color: #EE763D;
}
</style>
background-color css
<style>
a { background-color: #EE763D; }
a { background-color: rgb(238,118,61); }
div.DivClassName
{
background-color: #EE763D;
}
.BgClassName
{
background-color: #EE763D;
}
</style>
border-color css
<style>
span { border-color: #EE763D; }
span { border-color: rgb(238,118,61); }
td.TdClassName
{
border-color: #EE763D;
}
.TagClassName
{
border-color: #EE763D;
}
</style>