Shades of Casablanca #EDB14B
Tints of Casablanca #EDB14B
RGB
CMYK
RGB Variations
Color information
#EDB14B (or 0xEDB14B) is known color: Casablanca. HEX triplet: ED, B1 and 4B. RGB value is (237,177,75). Sum of RGB (Red+Green+Blue) = 237+177+75=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB14B is #124EB4. Grayscale: #B7B7B7. Windows color (decimal): -1199797 or 4960749. OLE color: 4960749.
HSL color Cylindrical-coordinate representation of color #EDB14B: hue angle of 37.78º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDB14B is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 75 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.07 |
| HSL | 37.78º | 0.82% | 0.61% | - |
| HSV(B) | 37.78º | 0.68% | 0.93% | - |
| XYZ | 51.92 | 49.96 | 13.56 | - |
| YUV | 183.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 75 | 0 | 0.25 | 0.68 | 0.07 | 37.78 | 0.82 | 0.61 |
| Hex | ED | B1 | 4B | 0 | 19 | 44 | 7 | 26 | 52 | 3D |
| Octal | 355 | 261 | 113 | 0 | 31 | 104 | 7 | 46 | 122 | 75 |
| Binary | 11101101 | 10110001 | 1001011 | 0 | 11001 | 1000100 | 111 | 100110 | 1010010 | 111101 |
Color Harmonies of #EDB14B
Complementary color
Monochromatic Colors of #EDB14B
Black with #EDB14B
Text Example
Text Example
White with #EDB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB14B; }
p { color: rgb(237,177,75); }
H1.HeaderClassName
{
color: #EDB14B;
}
.AnyTagClassName
{
color: #EDB14B;
}
</style>
background-color css
<style>
a { background-color: #EDB14B; }
a { background-color: rgb(237,177,75); }
div.DivClassName
{
background-color: #EDB14B;
}
.BgClassName
{
background-color: #EDB14B;
}
</style>
border-color css
<style>
span { border-color: #EDB14B; }
span { border-color: rgb(237,177,75); }
td.TdClassName
{
border-color: #EDB14B;
}
.TagClassName
{
border-color: #EDB14B;
}
</style>