#EFAC46

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

Shades of Casablanca #EFAC46

Tints of Casablanca #EFAC46

Color information

#EFAC46 (or 0xEFAC46) is unknown color: approx Casablanca. HEX triplet: EF, AC and 46. RGB value is (239,172,70). Sum of RGB (Red+Green+Blue) = 239+172+70=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC46 is #1053B9. Grayscale: #B4B4B4. Windows color (decimal): -1070010 or 4631791. OLE color: 4631791.

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

Color convert

RGB23917270-
CMYK00.280.710.06
HSL36.21º84.08%60.59%-
HSV(B)36.21º70.71%93.73%-
XYZ51.4548.312.4-
YUV180.465.7169.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.69%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 70 (27.73% from 255) = 14.55%
R=49.69%
G=35.76%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391727000.280.710.0636.2184.0860.59
HexEFAC4601C47624543d
Octal35725410603410764412475
Binary1110111110101100100011001110010001111101001001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAC46; }

 p { color: rgb(239,172,70); }

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

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

 a { background-color: rgb(239,172,70); }

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

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

 span { border-color: rgb(239,172,70); }

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