#EFAD49

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

Shades of Casablanca #EFAD49

Tints of Casablanca #EFAD49

Color information

#EFAD49 (or 0xEFAD49) is unknown color: approx Casablanca. HEX triplet: EF, AD and 49. RGB value is (239,173,73). Sum of RGB (Red+Green+Blue) = 239+173+73=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAD49 is #1052B6. Grayscale: #B5B5B5. Windows color (decimal): -1069751 or 4828655. OLE color: 4828655.

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

Color convert

RGB23917373-
CMYK00.280.690.06
HSL36.14º83.84%61.18%-
HSV(B)36.14º69.46%93.73%-
XYZ51.7448.7212.98-
YUV181.3366.87169.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 73 (28.91% from 255) = 15.05%
R=49.28%
G=35.67%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391737300.280.690.0636.1483.8461.18
HexEFAD4901C45624543d
Octal35725511103410564412475
Binary1110111110101101100100101110010001011101001001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD49; }

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

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

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

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

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

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

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

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