#EFAD5D

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

Shades of Casablanca #EFAD5D

Tints of Casablanca #EFAD5D

Color information

#EFAD5D (or 0xEFAD5D) is unknown color: approx Casablanca. HEX triplet: EF, AD and 5D. RGB value is (239,173,93). Sum of RGB (Red+Green+Blue) = 239+173+93=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAD5D is #1052A2. Grayscale: #B7B7B7. Windows color (decimal): -1069731 or 6139375. OLE color: 6139375.

HSL color Cylindrical-coordinate representation of color #EFAD5D: hue angle of 32.88º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFAD5D is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB23917393-
CMYK00.280.610.06
HSL32.88º82.02%65.1%-
HSV(B)32.88º61.09%93.73%-
XYZ52.5249.0317.05-
YUV183.6176.87167.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.33%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 93 (36.72% from 255) = 18.42%
R=47.33%
G=34.26%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391739300.280.610.0632.8882.0265.1
HexEFAD5D01C3D6215241
Octal35725513503475641122101
Binary1110111110101101101110101110011110111010000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD5D; }

 p { color: rgb(239,173,93); }

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

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

 a { background-color: rgb(239,173,93); }

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

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

 span { border-color: rgb(239,173,93); }

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