Shades of Corvette #EDB27D
Tints of Corvette #EDB27D
RGB
CMYK
RGB Variations
Color information
#EDB27D (or 0xEDB27D) is known color: Corvette. HEX triplet: ED, B2 and 7D. RGB value is (237,178,125). Sum of RGB (Red+Green+Blue) = 237+178+125=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB27D is #124D82. Grayscale: #BDBDBD. Windows color (decimal): -1199491 or 8237805. OLE color: 8237805.
HSL color Cylindrical-coordinate representation of color #EDB27D: hue angle of 28.39º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDB27D is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 125 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.07 |
| HSL | 28.39º | 0.76% | 0.71% | - |
| HSV(B) | 28.39º | 0.47% | 0.93% | - |
| XYZ | 54.55 | 51.33 | 26.43 | - |
| YUV | 189.6 | 91.55 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 125 | 0 | 0.25 | 0.47 | 0.07 | 28.39 | 0.76 | 0.71 |
| Hex | ED | B2 | 7D | 0 | 19 | 2F | 7 | 1C | 4C | 47 |
| Octal | 355 | 262 | 175 | 0 | 31 | 57 | 7 | 34 | 114 | 107 |
| Binary | 11101101 | 10110010 | 1111101 | 0 | 11001 | 101111 | 111 | 11100 | 1001100 | 1000111 |
Color Harmonies of #EDB27D
Complementary color
Monochromatic Colors of #EDB27D
Black with #EDB27D
Text Example
Text Example
White with #EDB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB27D; }
p { color: rgb(237,178,125); }
H1.HeaderClassName
{
color: #EDB27D;
}
.AnyTagClassName
{
color: #EDB27D;
}
</style>
background-color css
<style>
a { background-color: #EDB27D; }
a { background-color: rgb(237,178,125); }
div.DivClassName
{
background-color: #EDB27D;
}
.BgClassName
{
background-color: #EDB27D;
}
</style>
border-color css
<style>
span { border-color: #EDB27D; }
span { border-color: rgb(237,178,125); }
td.TdClassName
{
border-color: #EDB27D;
}
.TagClassName
{
border-color: #EDB27D;
}
</style>