Shades of Casablanca #EDB04B
Tints of Casablanca #EDB04B
RGB
CMYK
RGB Variations
Color information
#EDB04B (or 0xEDB04B) is known color: Casablanca. HEX triplet: ED, B0 and 4B. RGB value is (237,176,75). Sum of RGB (Red+Green+Blue) = 237+176+75=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB04B is #124FB4. Grayscale: #B7B7B7. Windows color (decimal): -1200053 or 4960493. OLE color: 4960493.
HSL color Cylindrical-coordinate representation of color #EDB04B: hue angle of 37.41º 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 #EDB04B is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 75 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.07 |
| HSL | 37.41º | 0.82% | 0.61% | - |
| HSV(B) | 37.41º | 0.68% | 0.93% | - |
| XYZ | 51.72 | 49.56 | 13.5 | - |
| YUV | 182.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 75 | 0 | 0.26 | 0.68 | 0.07 | 37.41 | 0.82 | 0.61 |
| Hex | ED | B0 | 4B | 0 | 1A | 44 | 7 | 25 | 52 | 3D |
| Octal | 355 | 260 | 113 | 0 | 32 | 104 | 7 | 45 | 122 | 75 |
| Binary | 11101101 | 10110000 | 1001011 | 0 | 11010 | 1000100 | 111 | 100101 | 1010010 | 111101 |
Color Harmonies of #EDB04B
Complementary color
Monochromatic Colors of #EDB04B
Black with #EDB04B
Text Example
Text Example
White with #EDB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB04B; }
p { color: rgb(237,176,75); }
H1.HeaderClassName
{
color: #EDB04B;
}
.AnyTagClassName
{
color: #EDB04B;
}
</style>
background-color css
<style>
a { background-color: #EDB04B; }
a { background-color: rgb(237,176,75); }
div.DivClassName
{
background-color: #EDB04B;
}
.BgClassName
{
background-color: #EDB04B;
}
</style>
border-color css
<style>
span { border-color: #EDB04B; }
span { border-color: rgb(237,176,75); }
td.TdClassName
{
border-color: #EDB04B;
}
.TagClassName
{
border-color: #EDB04B;
}
</style>