Shades of Casablanca #EDB34A
Tints of Casablanca #EDB34A
RGB
CMYK
RGB Variations
Color information
#EDB34A (or 0xEDB34A) is known color: Casablanca. HEX triplet: ED, B3 and 4A. RGB value is (237,179,74). Sum of RGB (Red+Green+Blue) = 237+179+74=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB34A is #124CB5. Grayscale: #B8B8B8. Windows color (decimal): -1199286 or 4895725. OLE color: 4895725.
HSL color Cylindrical-coordinate representation of color #EDB34A: hue angle of 38.65º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDB34A is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 74 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.07 |
| HSL | 38.65º | 0.82% | 0.61% | - |
| HSV(B) | 38.65º | 0.69% | 0.93% | - |
| XYZ | 52.28 | 50.74 | 13.52 | - |
| YUV | 184.37 | 65.72 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 74 | 0 | 0.24 | 0.69 | 0.07 | 38.65 | 0.82 | 0.61 |
| Hex | ED | B3 | 4A | 0 | 18 | 45 | 7 | 27 | 52 | 3D |
| Octal | 355 | 263 | 112 | 0 | 30 | 105 | 7 | 47 | 122 | 75 |
| Binary | 11101101 | 10110011 | 1001010 | 0 | 11000 | 1000101 | 111 | 100111 | 1010010 | 111101 |
Color Harmonies of #EDB34A
Complementary color
Monochromatic Colors of #EDB34A
Black with #EDB34A
Text Example
Text Example
White with #EDB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB34A; }
p { color: rgb(237,179,74); }
H1.HeaderClassName
{
color: #EDB34A;
}
.AnyTagClassName
{
color: #EDB34A;
}
</style>
background-color css
<style>
a { background-color: #EDB34A; }
a { background-color: rgb(237,179,74); }
div.DivClassName
{
background-color: #EDB34A;
}
.BgClassName
{
background-color: #EDB34A;
}
</style>
border-color css
<style>
span { border-color: #EDB34A; }
span { border-color: rgb(237,179,74); }
td.TdClassName
{
border-color: #EDB34A;
}
.TagClassName
{
border-color: #EDB34A;
}
</style>