Shades of Flamenco #EE833D
Tints of Flamenco #EE833D
RGB
CMYK
RGB Variations
Color information
#EE833D (or 0xEE833D) is known color: Flamenco. HEX triplet: EE, 83 and 3D. RGB value is (238,131,61). Sum of RGB (Red+Green+Blue) = 238+131+61=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE833D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE833D is #117CC2. Grayscale: #9B9B9B. Windows color (decimal): -1146051 or 4031470. OLE color: 4031470.
HSL color Cylindrical-coordinate representation of color #EE833D: hue angle of 23.73º 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 #EE833D is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 61 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.07 |
| HSL | 23.73º | 0.84% | 0.59% | - |
| HSV(B) | 23.73º | 0.74% | 0.93% | - |
| XYZ | 44.22 | 34.75 | 8.79 | - |
| YUV | 155.01 | 74.95 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 61 | 0 | 0.45 | 0.74 | 0.07 | 23.73 | 0.84 | 0.59 |
| Hex | EE | 83 | 3D | 0 | 2D | 4A | 7 | 18 | 54 | 3B |
| Octal | 356 | 203 | 75 | 0 | 55 | 112 | 7 | 30 | 124 | 73 |
| Binary | 11101110 | 10000011 | 111101 | 0 | 101101 | 1001010 | 111 | 11000 | 1010100 | 111011 |
Color Harmonies of #EE833D
Complementary color
Monochromatic Colors of #EE833D
Black with #EE833D
Text Example
Text Example
White with #EE833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE833D; }
p { color: rgb(238,131,61); }
H1.HeaderClassName
{
color: #EE833D;
}
.AnyTagClassName
{
color: #EE833D;
}
</style>
background-color css
<style>
a { background-color: #EE833D; }
a { background-color: rgb(238,131,61); }
div.DivClassName
{
background-color: #EE833D;
}
.BgClassName
{
background-color: #EE833D;
}
</style>
border-color css
<style>
span { border-color: #EE833D; }
span { border-color: rgb(238,131,61); }
td.TdClassName
{
border-color: #EE833D;
}
.TagClassName
{
border-color: #EE833D;
}
</style>