#EFA851

Color #EFA851 Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #EFA851

Tints of Casablanca #EFA851

Color information

#EFA851 (or 0xEFA851) is unknown color: approx Casablanca. HEX triplet: EF, A8 and 51. RGB value is (239,168,81). Sum of RGB (Red+Green+Blue) = 239+168+81=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 81 (32.03% from 255 or 16.60% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA851 is #1057AE. Grayscale: #B3B3B3. Windows color (decimal): -1071023 or 5351663. OLE color: 5351663.

HSL color Cylindrical-coordinate representation of color #EFA851: hue angle of 33.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFA851 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB23916881-
CMYK00.300.660.06
HSL33.04º83.16%62.75%-
HSV(B)33.04º66.11%93.73%-
XYZ51.0846.9514.15-
YUV179.3172.52170.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 48.98%
GREEN value IS 168 (66.02% from 255) = 34.43%
BLUE value IS 81 (32.03% from 255) = 16.60%
R=48.98%
G=34.43%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391688100.300.660.0633.0483.1662.75
HexEFA85101E42621533f
Octal35725012103610264112377
Binary1110111110101000101000101111010000101101000011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA851; }

 p { color: rgb(239,168,81); }

 H1.HeaderClassName
 {
   color: #EFA851;
 }
 .AnyTagClassName
 {
   color: #EFA851;
 }
</style>
background-color css

<style>
 a { background-color: #EFA851; }

 a { background-color: rgb(239,168,81); }

 div.DivClassName
 {
   background-color: #EFA851;
 }
 .BgClassName
 {
   background-color: #EFA851;
 }
</style>
border-color css

<style>
 span { border-color: #EFA851; }

 span { border-color: rgb(239,168,81); }

 td.TdClassName
 {
   border-color: #EFA851;
 }
 .TagClassName
 {
   border-color: #EFA851;
 }
</style>