Shades of Pizazz #EE7D3D
Tints of Pizazz #EE7D3D
RGB
CMYK
RGB Variations
Color information
#EE7D3D (or 0xEE7D3D) is known color: Pizazz. HEX triplet: EE, 7D and 3D. RGB value is (238,125,61). Sum of RGB (Red+Green+Blue) = 238+125+61=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7D3D is #1182C2. Grayscale: #979797. Windows color (decimal): -1147587 or 4029934. OLE color: 4029934.
HSL color Cylindrical-coordinate representation of color #EE7D3D: hue angle of 21.69º 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 #EE7D3D is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 125 | 61 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.07 |
| HSL | 21.69º | 0.84% | 0.59% | - |
| HSV(B) | 21.69º | 0.74% | 0.93% | - |
| XYZ | 43.44 | 33.18 | 8.53 | - |
| YUV | 151.49 | 76.94 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 61 | 0 | 0.47 | 0.74 | 0.07 | 21.69 | 0.84 | 0.59 |
| Hex | EE | 7D | 3D | 0 | 2F | 4A | 7 | 16 | 54 | 3B |
| Octal | 356 | 175 | 75 | 0 | 57 | 112 | 7 | 26 | 124 | 73 |
| Binary | 11101110 | 1111101 | 111101 | 0 | 101111 | 1001010 | 111 | 10110 | 1010100 | 111011 |
Color Harmonies of #EE7D3D
Complementary color
Monochromatic Colors of #EE7D3D
Black with #EE7D3D
Text Example
Text Example
White with #EE7D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7D3D; }
p { color: rgb(238,125,61); }
H1.HeaderClassName
{
color: #EE7D3D;
}
.AnyTagClassName
{
color: #EE7D3D;
}
</style>
background-color css
<style>
a { background-color: #EE7D3D; }
a { background-color: rgb(238,125,61); }
div.DivClassName
{
background-color: #EE7D3D;
}
.BgClassName
{
background-color: #EE7D3D;
}
</style>
border-color css
<style>
span { border-color: #EE7D3D; }
span { border-color: rgb(238,125,61); }
td.TdClassName
{
border-color: #EE7D3D;
}
.TagClassName
{
border-color: #EE7D3D;
}
</style>