#EFA751

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

Shades of Casablanca #EFA751

Tints of Casablanca #EFA751

Color information

#EFA751 (or 0xEFA751) is unknown color: approx Casablanca. HEX triplet: EF, A7 and 51. RGB value is (239,167,81). Sum of RGB (Red+Green+Blue) = 239+167+81=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA751 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA751 is #1058AE. Grayscale: #B3B3B3. Windows color (decimal): -1071279 or 5351407. OLE color: 5351407.

HSL color Cylindrical-coordinate representation of color #EFA751: hue angle of 32.66º 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 #EFA751 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB23916781-
CMYK00.300.660.06
HSL32.66º83.16%62.75%-
HSV(B)32.66º66.11%93.73%-
XYZ50.946.5814.09-
YUV178.7272.85170.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.08%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 81 (32.03% from 255) = 16.63%
R=49.08%
G=34.29%
B=16.63%

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
Decimal2391678100.300.660.0632.6683.1662.75
HexEFA75101E42621533f
Octal35724712103610264112377
Binary1110111110100111101000101111010000101101000011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA751; }

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

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

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

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

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

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

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

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