Shades of Flamingo #EB674A
Tints of Flamingo #EB674A
RGB
CMYK
RGB Variations
Color information
#EB674A (or 0xEB674A) is known color: Flamingo. HEX triplet: EB, 67 and 4A. RGB value is (235,103,74). Sum of RGB (Red+Green+Blue) = 235+103+74=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB674A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB674A is #1498B5. Grayscale: #8B8B8B. Windows color (decimal): -1349814 or 4876267. OLE color: 4876267.
HSL color Cylindrical-coordinate representation of color #EB674A: hue angle of 10.81º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB674A is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 74 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.08 |
| HSL | 10.81º | 0.8% | 0.61% | - |
| HSV(B) | 10.81º | 0.69% | 0.92% | - |
| XYZ | 40.35 | 27.86 | 9.73 | - |
| YUV | 139.16 | 91.23 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 74 | 0 | 0.56 | 0.69 | 0.08 | 10.81 | 0.8 | 0.61 |
| Hex | EB | 67 | 4A | 0 | 38 | 45 | 8 | B | 50 | 3D |
| Octal | 353 | 147 | 112 | 0 | 70 | 105 | 10 | 13 | 120 | 75 |
| Binary | 11101011 | 1100111 | 1001010 | 0 | 111000 | 1000101 | 1000 | 1011 | 1010000 | 111101 |
Color Harmonies of #EB674A
Complementary color
Monochromatic Colors of #EB674A
Black with #EB674A
Text Example
Text Example
White with #EB674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB674A; }
p { color: rgb(235,103,74); }
H1.HeaderClassName
{
color: #EB674A;
}
.AnyTagClassName
{
color: #EB674A;
}
</style>
background-color css
<style>
a { background-color: #EB674A; }
a { background-color: rgb(235,103,74); }
div.DivClassName
{
background-color: #EB674A;
}
.BgClassName
{
background-color: #EB674A;
}
</style>
border-color css
<style>
span { border-color: #EB674A; }
span { border-color: rgb(235,103,74); }
td.TdClassName
{
border-color: #EB674A;
}
.TagClassName
{
border-color: #EB674A;
}
</style>