Shades of Casablanca #EFA84B
Tints of Casablanca #EFA84B
RGB
CMYK
RGB Variations
Color information
#EFA84B (or 0xEFA84B) is known color: Casablanca. HEX triplet: EF, A8 and 4B. RGB value is (239,168,75). Sum of RGB (Red+Green+Blue) = 239+168+75=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA84B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA84B is #1057B4. Grayscale: #B3B3B3. Windows color (decimal): -1071029 or 4958447. OLE color: 4958447.
HSL color Cylindrical-coordinate representation of color #EFA84B: hue angle of 34.02º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFA84B is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 75 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.06 |
| HSL | 34.02º | 0.84% | 0.62% | - |
| HSV(B) | 34.02º | 0.69% | 0.94% | - |
| XYZ | 50.87 | 46.86 | 13.02 | - |
| YUV | 178.63 | 69.52 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 75 | 0 | 0.30 | 0.69 | 0.06 | 34.02 | 0.84 | 0.62 |
| Hex | EF | A8 | 4B | 0 | 1E | 45 | 6 | 22 | 54 | 3E |
| Octal | 357 | 250 | 113 | 0 | 36 | 105 | 6 | 42 | 124 | 76 |
| Binary | 11101111 | 10101000 | 1001011 | 0 | 11110 | 1000101 | 110 | 100010 | 1010100 | 111110 |
Color Harmonies of #EFA84B
Complementary color
Monochromatic Colors of #EFA84B
Black with #EFA84B
Text Example
Text Example
White with #EFA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA84B; }
p { color: rgb(239,168,75); }
H1.HeaderClassName
{
color: #EFA84B;
}
.AnyTagClassName
{
color: #EFA84B;
}
</style>
background-color css
<style>
a { background-color: #EFA84B; }
a { background-color: rgb(239,168,75); }
div.DivClassName
{
background-color: #EFA84B;
}
.BgClassName
{
background-color: #EFA84B;
}
</style>
border-color css
<style>
span { border-color: #EFA84B; }
span { border-color: rgb(239,168,75); }
td.TdClassName
{
border-color: #EFA84B;
}
.TagClassName
{
border-color: #EFA84B;
}
</style>